Interface | Description |
---|---|
Layout |
Strategy interface used to determine the layout for a particular type of archive.
|
Libraries |
Encapsulates information about libraries that may be packed into the archive.
|
LibraryCallback |
Callback interface used to iterate
Libraries . |
LibraryScope |
The scope of a library.
|
Class | Description |
---|---|
Layouts |
Common
Layout s. |
Layouts.Jar |
Executable JAR layout.
|
Layouts.War |
Executable WAR layout.
|
MainClassFinder |
Finds any class with a
public static main method by performing a breadth first
search. |
Repackager |
Utility class that can be used to repackage an archive so that it can be executed using
'java -jar'.
|
Copyright © 2013. All rights reserved.