Class ShellConfig
- java.lang.Object
-
- com.aspectran.core.util.apon.AbstractParameters
-
- com.aspectran.core.context.config.ShellConfig
-
- All Implemented Interfaces:
Parameters
public class ShellConfig extends AbstractParameters
-
-
Field Summary
Fields Modifier and Type Field Description static ParameterDefinition
commands
static ParameterDefinition
exposals
static ParameterDefinition
greetings
static ParameterDefinition
prompt
static ParameterDefinition
verbose
static ParameterDefinition
workingDir
-
Constructor Summary
Constructors Constructor Description ShellConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExposalsConfig
getExposalsConfig()
ExposalsConfig
newExposalsConfig()
void
putExposalsConfig(ExposalsConfig exposalsConfig)
ExposalsConfig
touchExposalsConfig()
-
Methods inherited from class com.aspectran.core.util.apon.AbstractParameters
clearValue, clearValue, describe, describe, getBoolean, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanArray, getBooleanList, getBooleanList, getDouble, getDouble, getDouble, getDouble, getDoubleArray, getDoubleArray, getDoubleList, getDoubleList, getFloat, getFloat, getFloat, getFloat, getFloatArray, getFloatArray, getFloatList, getFloatList, getIdentifier, getInt, getInt, getInt, getInt, getIntArray, getIntArray, getIntList, getIntList, getLong, getLong, getLong, getLong, getLongArray, getLongArray, getLongList, getLongList, getParameter, getParameter, getParameterNames, getParameterNameSet, getParameters, getParameters, getParametersArray, getParametersArray, getParametersList, getParametersList, getParameterValueMap, getParent, getQualifiedName, getString, getString, getString, getString, getStringArray, getStringArray, getStringList, getStringList, getValue, getValue, hasParameter, hasParameter, isAddable, isValueAssigned, isValueAssigned, newParameters, newParameters, newParameterValue, newParameterValue, putAll, putValue, putValue, putValueNonNull, putValueNonNull, readFrom, setIdentifier, setIndentString, toString, touchParameters, touchParameters, updateContainer
-
-
-
-
Field Detail
-
prompt
public static final ParameterDefinition prompt
-
commands
public static final ParameterDefinition commands
-
greetings
public static final ParameterDefinition greetings
-
workingDir
public static final ParameterDefinition workingDir
-
verbose
public static final ParameterDefinition verbose
-
exposals
public static final ParameterDefinition exposals
-
-
Method Detail
-
newExposalsConfig
public ExposalsConfig newExposalsConfig()
-
touchExposalsConfig
public ExposalsConfig touchExposalsConfig()
-
getExposalsConfig
public ExposalsConfig getExposalsConfig()
-
putExposalsConfig
public void putExposalsConfig(ExposalsConfig exposalsConfig)
-
-