public static interface JarBuilder.Entry
| Modifier and Type | Method and Description |
|---|---|
String |
getJarPath()
Returns the path this entry will be added into the jar at.
|
String |
getName()
Returns the name of the entry within its source.
|
JarBuilder.Source |
getSource()
Returns the source that contains the entry.
|
JarBuilder.Source getSource()
String getName()
String getJarPath()