public interface Layout
Layouts
Modifier and Type | Method and Description |
---|---|
String |
getClassesLocation()
Returns the location of classes within the archive.
|
String |
getLauncherClassName()
Returns the launcher class name for this layout.
|
String |
getLibraryDestination(String libraryName,
LibraryScope scope)
Returns the destination path for a given library.
|
String getLauncherClassName()
String getLibraryDestination(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.String getClassesLocation()
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.