Skip navigation links
A B C F G I J L M P R S V 

A

ArgumentException - Exception in co.fizzed.stork.launcher
 
ArgumentException() - Constructor for exception co.fizzed.stork.launcher.ArgumentException
Creates a new instance of ArgumentException without detail message.
ArgumentException(String) - Constructor for exception co.fizzed.stork.launcher.ArgumentException
Constructs an instance of ArgumentException with the specified detail message.

B

BaseApplication - Class in co.fizzed.stork.launcher
 
BaseApplication() - Constructor for class co.fizzed.stork.launcher.BaseApplication
 

C

co.fizzed.stork.launcher - package co.fizzed.stork.launcher
 
Configuration - Class in co.fizzed.stork.launcher
Describes the launcher(s) to generate.
Configuration() - Constructor for class co.fizzed.stork.launcher.Configuration
 
Configuration.DaemonMethod - Enum in co.fizzed.stork.launcher
 
Configuration.Platform - Enum in co.fizzed.stork.launcher
 
Configuration.Type - Enum in co.fizzed.stork.launcher
 
Configuration.WorkingDirMode - Enum in co.fizzed.stork.launcher
 
ConfigurationFactory - Class in co.fizzed.stork.launcher
 
ConfigurationFactory() - Constructor for class co.fizzed.stork.launcher.ConfigurationFactory
 
create(JsonNode) - Method in class co.fizzed.stork.launcher.ConfigurationFactory
 
create(File) - Method in class co.fizzed.stork.launcher.ConfigurationFactory
 
createConfigNode(File) - Method in class co.fizzed.stork.launcher.ConfigurationFactory
 
createDefaultNode() - Method in class co.fizzed.stork.launcher.ConfigurationFactory
 
createObjectMapper() - Static method in class co.fizzed.stork.launcher.ConfigurationFactory
 

F

FileUtil - Class in co.fizzed.stork.launcher
 
FileUtil() - Constructor for class co.fizzed.stork.launcher.FileUtil
 
findAllFiles(List<String>, boolean) - Static method in class co.fizzed.stork.launcher.FileUtil
 
findFiles(String, boolean) - Static method in class co.fizzed.stork.launcher.FileUtil
 

G

generate(File, File) - Method in class co.fizzed.stork.launcher.Generator
 
generate(List<File>, File) - Method in class co.fizzed.stork.launcher.Generator
 
generate(Configuration, File) - Method in class co.fizzed.stork.launcher.Generator
 
generateAll(List<Configuration>, File) - Method in class co.fizzed.stork.launcher.Generator
 
Generator - Class in co.fizzed.stork.launcher
 
Generator() - Constructor for class co.fizzed.stork.launcher.Generator
 
GeneratorMain - Class in co.fizzed.stork.launcher
 
GeneratorMain() - Constructor for class co.fizzed.stork.launcher.GeneratorMain
 
getAppArgs() - Method in class co.fizzed.stork.launcher.Configuration
 
getBinDir() - Method in class co.fizzed.stork.launcher.Configuration
 
getCommit() - Static method in class co.fizzed.stork.launcher.Version
Returns the library source control commit tag such as "ac486420"
getConfig() - Method in class co.fizzed.stork.launcher.LauncherModel
 
getDaemonLaunchConfirm() - Method in class co.fizzed.stork.launcher.Configuration
 
getDaemonMethod() - Method in class co.fizzed.stork.launcher.PlatformConfiguration
 
getDaemonMinLifetime() - Method in class co.fizzed.stork.launcher.Configuration
 
getDisplayName() - Method in class co.fizzed.stork.launcher.Configuration
 
getDomain() - Method in class co.fizzed.stork.launcher.Configuration
 
getFile() - Method in class co.fizzed.stork.launcher.Configuration
 
getGroup() - Method in class co.fizzed.stork.launcher.PlatformConfiguration
 
getJavaArgs() - Method in class co.fizzed.stork.launcher.Configuration
 
getLibDir() - Method in class co.fizzed.stork.launcher.Configuration
 
getLogDir() - Method in class co.fizzed.stork.launcher.Configuration
 
getLogDir() - Method in class co.fizzed.stork.launcher.PlatformConfiguration
 
getLongDescription() - Method in class co.fizzed.stork.launcher.Configuration
 
getLongVersion() - Static method in class co.fizzed.stork.launcher.Version
Returns a longer library version that includes the timestamp such as "1.2.1 (commit 2cf5c379 @ 2014-11-20T19:55:19.767Z)"
getMainClass() - Method in class co.fizzed.stork.launcher.Configuration
 
getMapper() - Method in class co.fizzed.stork.launcher.ConfigurationFactory
 
getMaxJavaMemory() - Method in class co.fizzed.stork.launcher.Configuration
 
getMaxJavaMemoryPct() - Method in class co.fizzed.stork.launcher.Configuration
 
getMinJavaMemory() - Method in class co.fizzed.stork.launcher.Configuration
 
getMinJavaMemoryPct() - Method in class co.fizzed.stork.launcher.Configuration
 
getMinJavaVersion() - Method in class co.fizzed.stork.launcher.Configuration
 
getName() - Method in class co.fizzed.stork.launcher.Configuration
 
getName() - Static method in class co.fizzed.stork.launcher.Version
Returns the library name such as "fizzed-stork-launcher"
getPlatformConfiguration(Configuration.Platform) - Method in class co.fizzed.stork.launcher.Configuration
 
getPlatformConfigurations() - Method in class co.fizzed.stork.launcher.Configuration
 
getPlatformDaemonMethod(String) - Method in class co.fizzed.stork.launcher.Configuration
 
getPlatformDaemonMethod(Configuration.Platform) - Method in class co.fizzed.stork.launcher.Configuration
 
getPlatformGroup(String) - Method in class co.fizzed.stork.launcher.Configuration
 
getPlatformGroup(Configuration.Platform) - Method in class co.fizzed.stork.launcher.Configuration
 
getPlatformLogDir(String) - Method in class co.fizzed.stork.launcher.Configuration
 
getPlatformLogDir(Configuration.Platform) - Method in class co.fizzed.stork.launcher.Configuration
 
getPlatformPrefixDir(String) - Method in class co.fizzed.stork.launcher.Configuration
 
getPlatformPrefixDir(Configuration.Platform) - Method in class co.fizzed.stork.launcher.Configuration
 
getPlatformRunDir(String) - Method in class co.fizzed.stork.launcher.Configuration
 
getPlatformRunDir(Configuration.Platform) - Method in class co.fizzed.stork.launcher.Configuration
 
getPlatforms() - Method in class co.fizzed.stork.launcher.Configuration
 
getPlatformUser(String) - Method in class co.fizzed.stork.launcher.Configuration
 
getPlatformUser(Configuration.Platform) - Method in class co.fizzed.stork.launcher.Configuration
 
getPrefixDir() - Method in class co.fizzed.stork.launcher.PlatformConfiguration
 
getRunDir() - Method in class co.fizzed.stork.launcher.Configuration
 
getRunDir() - Method in class co.fizzed.stork.launcher.PlatformConfiguration
 
getShareDir() - Method in class co.fizzed.stork.launcher.Configuration
 
getShortDescription() - Method in class co.fizzed.stork.launcher.Configuration
 
getTimestamp() - Static method in class co.fizzed.stork.launcher.Version
Returns the library build timestamp (date) such as "2014-11-20T19:55:19.767Z"
getType() - Method in class co.fizzed.stork.launcher.Configuration
 
getUser() - Method in class co.fizzed.stork.launcher.PlatformConfiguration
 
getVendor() - Static method in class co.fizzed.stork.launcher.Version
Returns the library vendor such as "co.fizzed"
getVersion() - Static method in class co.fizzed.stork.launcher.Version
Returns the library version such as "1.2.1"
getWorkingDirMode() - Method in class co.fizzed.stork.launcher.Configuration
 

I

isIncludeJavaDetectHelper() - Method in class co.fizzed.stork.launcher.Configuration
 
isSymlinkJava() - Method in class co.fizzed.stork.launcher.Configuration
 

J

JacksonUtil - Class in co.fizzed.stork.launcher
 
JacksonUtil() - Constructor for class co.fizzed.stork.launcher.JacksonUtil
 

L

LauncherModel - Class in co.fizzed.stork.launcher
 
LauncherModel(Configuration) - Constructor for class co.fizzed.stork.launcher.LauncherModel
 

M

main(String[]) - Static method in class co.fizzed.stork.launcher.GeneratorMain
 
main(String[]) - Static method in class co.fizzed.stork.launcher.Merger
 
merge(JsonNode, JsonNode) - Static method in class co.fizzed.stork.launcher.JacksonUtil
 
merge(List<File>, File) - Method in class co.fizzed.stork.launcher.Merger
 
mergeNodes(JsonNode, JsonNode) - Method in class co.fizzed.stork.launcher.ConfigurationFactory
 
Merger - Class in co.fizzed.stork.launcher
 
Merger() - Constructor for class co.fizzed.stork.launcher.Merger
 

P

PlatformConfiguration - Class in co.fizzed.stork.launcher
 
PlatformConfiguration() - Constructor for class co.fizzed.stork.launcher.PlatformConfiguration
 
popNextArg(String, List<String>) - Method in class co.fizzed.stork.launcher.BaseApplication
 
printError(String) - Method in class co.fizzed.stork.launcher.BaseApplication
 
printErrorThenUsageAndExit(String) - Method in class co.fizzed.stork.launcher.BaseApplication
 
printUsage() - Method in class co.fizzed.stork.launcher.BaseApplication
 
printUsage() - Method in class co.fizzed.stork.launcher.GeneratorMain
 
printUsage() - Method in class co.fizzed.stork.launcher.Merger
 
printUsageAndExitWithError() - Method in class co.fizzed.stork.launcher.BaseApplication
 

R

readConfigurationFile(File) - Method in class co.fizzed.stork.launcher.Generator
 
readConfigurationFiles(List<File>) - Method in class co.fizzed.stork.launcher.Generator
 
run(String[]) - Method in class co.fizzed.stork.launcher.BaseApplication
 
run(String[]) - Method in class co.fizzed.stork.launcher.GeneratorMain
 
run(String[]) - Method in class co.fizzed.stork.launcher.Merger
 

S

setAppArgs(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setBinDir(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setDaemonLaunchConfirm(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setDaemonMethod(Configuration.DaemonMethod) - Method in class co.fizzed.stork.launcher.PlatformConfiguration
 
setDaemonMinLifetime(Integer) - Method in class co.fizzed.stork.launcher.Configuration
 
setDisplayName(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setDomain(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setFile(File) - Method in class co.fizzed.stork.launcher.Configuration
 
setGroup(String) - Method in class co.fizzed.stork.launcher.PlatformConfiguration
 
setIncludeJavaDetectHelper(boolean) - Method in class co.fizzed.stork.launcher.Configuration
 
setJavaArgs(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setLibDir(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setLogDir(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setLogDir(String) - Method in class co.fizzed.stork.launcher.PlatformConfiguration
 
setLongDescription(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setMainClass(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setMaxJavaMemory(Integer) - Method in class co.fizzed.stork.launcher.Configuration
 
setMaxJavaMemoryPct(Integer) - Method in class co.fizzed.stork.launcher.Configuration
 
setMinJavaMemory(Integer) - Method in class co.fizzed.stork.launcher.Configuration
 
setMinJavaMemoryPct(Integer) - Method in class co.fizzed.stork.launcher.Configuration
 
setMinJavaVersion(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setName(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setPlatformConfigurations(Map<Configuration.Platform, PlatformConfiguration>) - Method in class co.fizzed.stork.launcher.Configuration
 
setPlatforms(Set<Configuration.Platform>) - Method in class co.fizzed.stork.launcher.Configuration
 
setPrefixDir(String) - Method in class co.fizzed.stork.launcher.PlatformConfiguration
 
setRunDir(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setRunDir(String) - Method in class co.fizzed.stork.launcher.PlatformConfiguration
 
setShareDir(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setShortDescription(String) - Method in class co.fizzed.stork.launcher.Configuration
 
setSymlinkJava(boolean) - Method in class co.fizzed.stork.launcher.Configuration
 
setType(Configuration.Type) - Method in class co.fizzed.stork.launcher.Configuration
 
setUser(String) - Method in class co.fizzed.stork.launcher.PlatformConfiguration
 
setWorkingDirMode(Configuration.WorkingDirMode) - Method in class co.fizzed.stork.launcher.Configuration
 

V

valueOf(String) - Static method in enum co.fizzed.stork.launcher.Configuration.DaemonMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum co.fizzed.stork.launcher.Configuration.Platform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum co.fizzed.stork.launcher.Configuration.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum co.fizzed.stork.launcher.Configuration.WorkingDirMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum co.fizzed.stork.launcher.Configuration.DaemonMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum co.fizzed.stork.launcher.Configuration.Platform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum co.fizzed.stork.launcher.Configuration.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum co.fizzed.stork.launcher.Configuration.WorkingDirMode
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in co.fizzed.stork.launcher
 
Version() - Constructor for class co.fizzed.stork.launcher.Version
 
A B C F G I J L M P R S V 
Skip navigation links

Copyright © 2012–2014 Fizzed Inc. All rights reserved.