 |
-
-
Constructor Summary
Constructors
Constructor and Description |
War() |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLibraryDestination
public String getLibraryDestination(String libraryName,
LibraryScope scope)
Description copied from interface: Layout
Returns the destination path for a given library.
- Specified by:
getLibraryDestination in interface Layout
- Parameters:
libraryName - the name of the library (excluding any path)
scope - the scope of the library
- Returns:
- the destination relative to the root of the archive (should end with '/')
or
null if the library should not be included.
|
|