confucius-commons
Confucius Commons project is focus on Java commons utility library , it's not a duplicate for Apache Commons or Spring , but supplement. Required : SUN JDK 6+
File Explorer
Download Latest Version (.zip)- Constants.java
- FileSuffixConstants.java
- PathConstants.java
- ProtocolConstants.java
- SeparatorConstants.java
- ClassFileJarEntryFilter.java
- ClassFilter.java
- Filter.java
- FilterOperator.java
- FilterUtils.java
- JarEntryFilter.java
- PackageNameClassFilter.java
- PackageNameClassNameFilter.java
- TrueClassFilter.java
- Scanner.java
- SimpleClassScanner.java
- SimpleFileScanner.java
- SimpleJarEntryScanner.java
- FileUtils.java
- ManagementUtils.java
- UnsafeUtils.java
- URLUtils.java
- ProcessExecutor.java
- ProcessManager.java
- ReflectionUtils.java
- JarUtils.java
- PropertyResourceBundleControl.java
- PropertyResourceBundleUtils.java
- ServiceLoaderUtils.java
- ClassLoaderUtils.java
- ClassPathUtils.java
- ClassUtils.java
- FilterUtilsTest.java
- SimpleClassScannerTest.java
- SimpleFileScannerTest.java
- SimpleJarEntryScannerTest.java
- ManagementUtilsTest.java
- UnsafeUtilTest.java
- URLUtilsTest.java
- ProcessExecutorTest.java
- ReflectionUtilsTest.java
- JarUtilsTest.java
- PropertyResourceBundleControlTest.java
- PropertyResourceBundleUtilsTest.java
- ServiceLoaderUtilsTest.java
- AbstractTestCase.java
- ClassLoaderUtilsTest.java
- ClassPathUtilsTest.java
- ClassUtilsTest.java
- AbstractPerformanceTest.java
- ClassLoaderUtilsPerformanceTest.java
- PerformanceAction.java
- java.lang.CharSequence
- temp.json
- test.properties
- pom.xml
- pom.xml
- HotSpotVirtualMachineCallback.java
- LocalVirtualMachineTemplate.java
- VirtualMachineCallback.java
- VirtualMachineTemplate.java
- LocalVirtualMachineTemplateTest.java
- pom.xml
- pom.xml
- Base64.java
- WindowsRegistry.java
- WindowsRegistryTest.java
- pom.xml
- .gitignore
- LICENSE
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/mercyblitz/confucius-commons
Downloads the entire project code from GitHub to your computer.
cd confucius-commons
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
cd confucius-commons-lang
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
