B C E G H I L M R S T 

B

buildArgs(String[]) - Method in class Capsule
Returns a list of command line arguments to pass to the application.
buildBootClassPath() - Method in class Capsule
Compiles and returns the application's boot classpath as a list of paths.
buildBootClassPathA() - Method in class Capsule
Compiles and returns the paths to be appended to the application's boot classpath.
buildBootClassPathP() - Method in class Capsule
Compiles and returns the paths to be prepended to the application's boot classpath.
buildClassPath() - Method in class Capsule
Compiles and returns the application's classpath as a list of paths.
buildEnvironmentVariables(Map<String, String>) - Method in class Capsule
Returns a map of environment variables (property-value pairs).
buildJVMArgs() - Method in class Capsule
Returns a list of JVM arguments.
buildSystemProperties() - Method in class Capsule
Returns a map of system properties (property-value pairs).

C

Capsule - Class in <Unnamed>
 
Capsule(Path, Path) - Constructor for class Capsule
Constructs a capsule from the given JAR file
clone() - Method in class Capsule
 
configureManifest(Manifest) - Method in class Capsule
 

E

equals(Object) - Method in class Capsule
 
expand(String) - Method in class Capsule
Expands occurrences of $VARNAME in attribute values.

G

getAppId() - Method in class Capsule
 
getAttribute(String) - Method in class Capsule
 
getDependencies() - Method in class Capsule
Returns a list of dependencies, each in the format groupId:artifactId:version[:classifier] (classifier is optional)
getListAttribute(String) - Method in class Capsule
 
getMapAttribute(String, String) - Method in class Capsule
 
getNativeDependenciesAndRename() - Method in class Capsule
Returns a list of dependencies, each in the format groupId:artifactId:version[:classifier][,renameTo] (classifier and renameTo are optional)

H

hasAttribute(String) - Method in class Capsule
 
hashCode() - Method in class Capsule
 

I

isMac() - Static method in class Capsule
 
isUnix() - Static method in class Capsule
 
isWindows() - Static method in class Capsule
 

L

listDir(Path) - Static method in class Capsule
 

M

main(String[]) - Static method in class Capsule
Launches the application

R

run() - Method in class Capsule
 

S

stripNativeDependencies(List<String>) - Method in class Capsule
 

T

toString() - Method in class Capsule
 
B C E G H I L M R S T