Package org.openbase.jps.preset
Class JPTmpDirectory
- java.lang.Object
-
- org.openbase.jps.core.AbstractJavaProperty<File>
-
- org.openbase.jps.preset.AbstractJPFile
-
- org.openbase.jps.preset.AbstractJPDirectory
-
- org.openbase.jps.preset.JPTmpDirectory
-
- All Implemented Interfaces:
Comparable<AbstractJavaProperty>
public class JPTmpDirectory extends AbstractJPDirectory
- Author:
- Divine Threepwood
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openbase.jps.core.AbstractJavaProperty
AbstractJavaProperty.ValueType
-
-
Field Summary
Fields Modifier and Type Field Description static String[]COMMAND_IDENTIFIERSstatic StringSYSTEM_TMP_DIRECTORYstatic StringTEST_DIRECTORY-
Fields inherited from class org.openbase.jps.core.AbstractJavaProperty
argumentIdentifiers, arguments, identifier, logger, propertyIdentifiers
-
-
Constructor Summary
Constructors Constructor Description JPTmpDirectory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Method returns the description of the property.protected FilegetPropertyDefaultValue()voidvalidate()Can be overwritten for value validation.-
Methods inherited from class org.openbase.jps.preset.AbstractJPDirectory
generateArgumentIdentifiers
-
Methods inherited from class org.openbase.jps.preset.AbstractJPFile
convertIntoValidFileName, getAutoCreateMode, getExistenceHandling, getParentDirectory, getType, parse, setAutoCreateMode, setExistenceHandling, setValue, toString
-
Methods inherited from class org.openbase.jps.core.AbstractJavaProperty
addArgument, addErrorReport, checkArgumentCount, checkArgumentCount, checkArgumentCountMax, checkArgumentCountMin, compareTo, getArgumentIdentifiers, getDefaultExample, getDefaultValue, getDependencyList, getErrorReport, getErrorReportMap, getOneArgumentResult, getPropertyIdentifiers, getSyntax, getValue, getValueType, isIdentified, isIdentifiered, isParsed, loadAction, match, neetToBeParsed, overwriteDefaultValue, parseArguments, registerDependingProperty, reset, update, updateValue
-
-
-
-
Field Detail
-
SYSTEM_TMP_DIRECTORY
public static final String SYSTEM_TMP_DIRECTORY
-
TEST_DIRECTORY
public static final String TEST_DIRECTORY
- See Also:
- Constant Field Values
-
COMMAND_IDENTIFIERS
public static final String[] COMMAND_IDENTIFIERS
-
-
Method Detail
-
getPropertyDefaultValue
protected File getPropertyDefaultValue()
- Specified by:
getPropertyDefaultValuein classAbstractJavaProperty<File>
-
validate
public void validate() throws JPValidationExceptionDescription copied from class:AbstractJavaPropertyCan be overwritten for value validation. Method is called after parsing.- Overrides:
validatein classAbstractJPFile- Throws:
JPValidationException
-
getDescription
public String getDescription()
Description copied from class:AbstractJavaPropertyMethod returns the description of the property.- Specified by:
getDescriptionin classAbstractJavaProperty<File>
-
-