|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OsFamily in org.jclouds.scriptbuilder |
---|
Methods in org.jclouds.scriptbuilder with parameters of type OsFamily | |
---|---|
String |
EnvBuilder.build(OsFamily osFamily)
builds the environment file, by adding the following example usage variable exports return statement |
Iterable<String> |
ScriptBuilder.functionDependencies(OsFamily family)
|
String |
ScriptBuilder.render(OsFamily osFamily)
builds the shell script, by adding the following shell declaration line variable exports case/switch |
Uses of OsFamily in org.jclouds.scriptbuilder.domain |
---|
Fields in org.jclouds.scriptbuilder.domain with type parameters of type OsFamily | |
---|---|
static Map<OsFamily,String> |
Call.OS_TO_CALL
|
static Map<OsFamily,String> |
SwitchArg.OS_TO_CASE_PATTERN
|
static Map<OsFamily,String> |
CreateRunScript.OS_TO_CHMOD_PATTERN
|
static Map<OsFamily,String> |
SwitchArg.OS_TO_END_SWITCH_PATTERN
|
static Map<OsFamily,String> |
CreateRunScript.AddExportToFile.OS_TO_EXPORT_PATTERN
|
static Map<OsFamily,String> |
Kill.OS_TO_KILL
|
static Map<OsFamily,String> |
SwitchArg.OS_TO_SWITCH_PATTERN
|
static Map<OsFamily,String> |
CreateRunScript.AddTitleToFile.OS_TO_TITLE_PATTERN
|
Methods in org.jclouds.scriptbuilder.domain that return OsFamily | |
---|---|
static OsFamily |
OsFamily.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OsFamily[] |
OsFamily.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of OsFamily in org.jclouds.scriptbuilder.statements.login |
---|
Methods in org.jclouds.scriptbuilder.statements.login with parameters of type OsFamily | |
---|---|
Iterable<String> |
ReplaceShadowPasswordEntry.functionDependencies(OsFamily family)
|
Iterable<String> |
UserAdd.functionDependencies(OsFamily family)
|
Iterable<String> |
Sudoers.functionDependencies(OsFamily family)
|
Iterable<String> |
AdminAccess.functionDependencies(OsFamily family)
|
String |
ReplaceShadowPasswordEntry.render(OsFamily family)
|
String |
UserAdd.render(OsFamily family)
|
String |
Sudoers.render(OsFamily family)
|
String |
AdminAccess.render(OsFamily family)
|
Uses of OsFamily in org.jclouds.scriptbuilder.statements.ssh |
---|
Methods in org.jclouds.scriptbuilder.statements.ssh with parameters of type OsFamily | |
---|---|
Iterable<String> |
SshdConfig.functionDependencies(OsFamily family)
|
Iterable<String> |
AuthorizeRSAPublicKeys.functionDependencies(OsFamily family)
|
Iterable<String> |
InstallRSAPrivateKey.functionDependencies(OsFamily family)
|
String |
SshdConfig.render(OsFamily family)
|
String |
AuthorizeRSAPublicKeys.render(OsFamily family)
|
String |
InstallRSAPrivateKey.render(OsFamily family)
|
Uses of OsFamily in org.jclouds.scriptbuilder.util |
---|
Fields in org.jclouds.scriptbuilder.util with type parameters of type OsFamily | |
---|---|
static Map<OsFamily,String> |
Utils.OS_TO_LOCAL_VAR_PATTERN
|
static Map<OsFamily,String> |
Utils.OS_TO_POSITIONAL_VAR_PATTERN
|
static Map<OsFamily,String> |
Utils.OS_TO_ZERO_PATH
|
Methods in org.jclouds.scriptbuilder.util with parameters of type OsFamily | |
---|---|
static String |
Utils.writeComment(String comment,
OsFamily family)
|
static String |
Utils.writeFunction(String function,
String source,
OsFamily family)
|
static String |
Utils.writeFunctionFromResource(String function,
OsFamily family)
|
static String |
Utils.writePositionalVars(List<String> positionalVariablesInLowerCamelCase,
OsFamily family)
Writes an initialization statement for use inside a script or a function. |
static String |
Utils.writeUnsetVariables(List<String> variablesInLowerCamelCase,
OsFamily family)
Ensures that variables come from a known source instead of bleeding in from a profile |
static String |
Utils.writeVariableExporters(Map<String,String> variablesInLowerCamelCase,
OsFamily family)
converts a map into variable exports relevant to the specified platform. |
static String |
Utils.writeZeroPath(OsFamily family)
|
Constructors in org.jclouds.scriptbuilder.util with parameters of type OsFamily | |
---|---|
Utils.FunctionNotFoundException(String functionName,
OsFamily family)
|
|
Utils.FunctionNotFoundException(String functionName,
OsFamily family,
Throwable cause)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |