| java.lang.Object | |
| ↳ | com.atlassian.plugin.osgi.factory.transform.JarUtils |
Utility methods for getting stuff out of a jar.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| JarUtils.Extractor<T> | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Quietly close jar file.
| |||||||||||
Extract something from a jar file.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Quietly close jar file.
| jarFile | the file to close. |
|---|
Extract something from a jar file.
Correctly opens and closes the Jar file. Must not lazily access the Jar as it has an open/closed state.
| file | the file that is the jar contents |
|---|
| RuntimeException | if there are problems accessing the jar contents. |
|---|