Layouts.Expanded, Layouts.Jar, Layouts.Module, Layouts.None, Layouts.Warpublic interface Layout
Layouts| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getClassesLocation() |
Returns the location of classes within the archive.
|
java.lang.String |
getLauncherClassName() |
Returns the launcher class name for this layout.
|
java.lang.String |
getLibraryDestination(java.lang.String libraryName,
LibraryScope scope) |
Returns the destination path for a given library.
|
boolean |
isExecutable() |
Returns if loader classes should be included to make the archive executable.
|
java.lang.String getLauncherClassName()
java.lang.String getLibraryDestination(java.lang.String libraryName,
LibraryScope scope)
libraryName - the name of the library (excluding any path)scope - the scope of the librarynull if the library should not be included.java.lang.String getClassesLocation()
boolean isExecutable()
Copyright © 2018. All rights reserved.