Class DaemonConfig
- java.lang.Object
-
- com.aspectran.core.util.apon.AbstractParameters
-
- com.aspectran.core.context.config.DaemonConfig
-
- All Implemented Interfaces:
Parameters
public class DaemonConfig extends AbstractParameters
Created: 2017. 12. 12.
- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description DaemonConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DaemonConfig
addCommand(java.lang.String command)
java.lang.String[]
getCommands()
ExposalsConfig
getExposalsConfig()
DaemonPollerConfig
getPollerConfig()
ExposalsConfig
newExposalsConfig()
DaemonPollerConfig
newPollerConfig()
ExposalsConfig
touchExposalsConfig()
DaemonPollerConfig
touchPollerConfig()
-
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, hasValue, hasValue, isAddable, isAssigned, isAssigned, newParameters, newParameters, newParameterValue, newParameterValue, putAll, putValue, putValue, putValueNonNull, putValueNonNull, readFrom, setIdentifier, setIndentString, toString, touchParameters, touchParameters, updateContainer
-
-
-
-
Method Detail
-
getCommands
public java.lang.String[] getCommands()
-
addCommand
public DaemonConfig addCommand(java.lang.String command)
-
getPollerConfig
public DaemonPollerConfig getPollerConfig()
-
newPollerConfig
public DaemonPollerConfig newPollerConfig()
-
touchPollerConfig
public DaemonPollerConfig touchPollerConfig()
-
getExposalsConfig
public ExposalsConfig getExposalsConfig()
-
newExposalsConfig
public ExposalsConfig newExposalsConfig()
-
touchExposalsConfig
public ExposalsConfig touchExposalsConfig()
-
-