Utility class to prepare manifest jar from file collection This will help address long path issue in Windows.
| Type Params | Return Type | Name and description |
|---|---|---|
|
static void |
prepareManifestJar(java.lang.Object jarFile, java.lang.Object fileCollection)Utility API to create Manifest jar from file collection typically can be used as a substitute for long classpath |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Utility API to create Manifest jar from file collection typically can be used as a substitute for long classpath
jarFile - - File instance used to create Manifest filefileCollection - - Collection of Files to added to manifest file as classpath entry