public interface RepackagingLayout extends Layout
Layout
that repackages an existing archive by moving its
content to a new location.Modifier and Type | Method and Description |
---|---|
default String |
getClasspathIndexFileLocation()
Returns the location of the classpath index file that should be written or
null if not index is required. |
default String |
getLayersIndexFileLocation()
Returns the location of the layer index file that should be written or
null
if not index is required. |
String |
getRepackagedClassesLocation()
Returns the location to which classes should be moved.
|
getClassesLocation, getLauncherClassName, getLibraryDestination, getLibraryLocation, isExecutable
String getRepackagedClassesLocation()
default String getClasspathIndexFileLocation()
null
if not index is required. The result should include the filename and
is relative to the root of the jar.default String getLayersIndexFileLocation()
null
if not index is required. The result should include the filename and is relative to
the root of the jar.