| Constructor and Description |
|---|
War() |
| Modifier and Type | Method and 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)
Deprecated.
|
java.lang.String |
getLibraryLocation(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.
|
public java.lang.String getLauncherClassName()
LayoutgetLauncherClassName in interface Layoutpublic java.lang.String getLibraryLocation(java.lang.String libraryName,
LibraryScope scope)
LayoutgetLibraryLocation in interface LayoutlibraryName - the name of the library (excluding any path)scope - the scope of the librarynull if the library should not be included.@Deprecated
public java.lang.String getLibraryDestination(java.lang.String libraryName,
LibraryScope scope)
LayoutgetLibraryDestination in interface LayoutlibraryName - the name of the library (excluding any path)scope - the scope of the librarynull if the library should not be included.public java.lang.String getClassesLocation()
LayoutgetClassesLocation in interface Layoutpublic boolean isExecutable()
LayoutisExecutable in interface Layout