| 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.
|
| MainClassFinder.ClassNameCallback<T> |
Callback interface used to receive class names.
|
| Class | Description |
|---|---|
| AgentAttacher |
Utility class to attach an instrumentation agent to the running JVM.
|
| JarWriter |
Writes JAR content, ensuring valid directory entries are always create and duplicate
items are ignored.
|
| Layouts |
Common
Layouts. |
| Layouts.Expanded |
Executable expanded archive layout.
|
| Layouts.Jar |
Executable JAR layout.
|
| Layouts.None |
Executable expanded archive 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 © 2014 Pivotal Software, Inc.. All rights reserved.