Package org.openbase.jps.preset
Class AbstractJPListString
- java.lang.Object
-
- org.openbase.jps.core.AbstractJavaProperty<List<VALUE>>
-
- org.openbase.jps.preset.AbstractJPList<String>
-
- org.openbase.jps.preset.AbstractJPListString
-
- All Implemented Interfaces:
Comparable<AbstractJavaProperty>
public abstract class AbstractJPListString extends AbstractJPList<String>
- Author:
- Divine Threepwood
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openbase.jps.core.AbstractJavaProperty
AbstractJavaProperty.ValueType
-
-
Field Summary
-
Fields inherited from class org.openbase.jps.preset.AbstractJPList
ARGUMENT_IDENTIFIERS
-
Fields inherited from class org.openbase.jps.core.AbstractJavaProperty
argumentIdentifiers, arguments, identifier, logger, propertyIdentifiers
-
-
Constructor Summary
Constructors Constructor Description AbstractJPListString(String[] commandIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>parse(List<String> arguments)-
Methods inherited from class org.openbase.jps.preset.AbstractJPList
generateArgumentIdentifiers, getPropertyDefaultValue
-
Methods inherited from class org.openbase.jps.core.AbstractJavaProperty
addArgument, addErrorReport, checkArgumentCount, checkArgumentCount, checkArgumentCountMax, checkArgumentCountMin, compareTo, getArgumentIdentifiers, getDefaultExample, getDefaultValue, getDependencyList, getDescription, getErrorReport, getErrorReportMap, getOneArgumentResult, getPropertyIdentifiers, getSyntax, getValue, getValueType, isIdentified, isIdentifiered, isParsed, loadAction, match, neetToBeParsed, overwriteDefaultValue, parseArguments, registerDependingProperty, reset, setValue, toString, update, updateValue, validate
-
-