Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras authored Apr 13, 2018
1 parent b96765e commit f2c62f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Feel free to add more generally useful libraries here!
* With a message to print or without
* Restricted to boolean yes/no answers.
### CompressionUtilities.java
* **NOTE**: requires the dependency org.rauschig:jarchivelib:0.7.1 to exist on the classpath. This dependency is not resolved transitively from this project.
* **NOTE**: requires the dependency `org.rauschig`:`jarchivelib`:`0.7.1` to exist on the classpath. This dependency is not resolved transitively from this project.
* has a method to extract archive files with automatic archive format determination
### ConfigurationUtilities.java
* **NOTE**: requires the dependency org.apache.commons:commons-configuration2:2.2 to exist on the classpath. This dependency is not resolved transitively from this project.
* **NOTE**: requires the dependency `org.apache.commons`:`commons-configuration2`:`2.2` to exist on the classpath. This dependency is not resolved transitively from this project.
* Helper methods for the apache commons configuration 2 project
* configuration parameter checking
* configuration parameter path creation
Expand All @@ -28,7 +28,7 @@ Feel free to add more generally useful libraries here!
* Automatically handles regular or gzipped files
* Convention: A File instance with a name that ends with *.gz* or *.gzip* Is handled like a gzipped file automatically, in reading and writing.
### JarLoader.java
* **NOTE** requires the dependency net.bytebuddy:byte-buddy-agent:1.7.9 to exist on the classpath. This dependency is not resolved transitively from this project.
* **NOTE** requires the dependency `net.bytebuddy`:`byte-buddy-agent`:`1.7.9` to exist on the classpath. This dependency is not resolved transitively from this project.
* Allows to load JAR files during runtime
* Exploits the fact that the system class loader is an `URIClassLoader` until Java 8
* Automatically detects Java version to pick the correct JAR loading strategy
Expand Down

0 comments on commit f2c62f8

Please sign in to comment.