Modifier and type | Property and description |
---|---|
java.lang.String | caseInsensitiveName Replies the string representation of this cleaning policy. |
Constant and description |
---|
FULL_CLEANING All the files and the root temp directory are removed. |
INTERNAL_CLEANING The subfolders of the root temporary folder will be cleaning with the Files#cleanFolder(java.io.File, java.io.FileFilter, boolean, boolean) function, with no file filtering. |
NO_CLEANING No cleaning. |
Modifier and type | Action and description |
---|---|
java.lang.String | getCaseInsensitiveName Replies the string representation of this cleaning policy. |
static CleaningPolicy | getDefault Replies the default cleaning policy. |
static CleaningPolicy | valueOf(String) |
static CleaningPolicy | valueOfCaseInsensitive(String) Parse the given case insensitive string for obtaining the cleaning policy. |
static CleaningPolicy | values |
static val FULL_CLEANING : CleaningPolicy
static val INTERNAL_CLEANING : CleaningPolicy
static val NO_CLEANING : CleaningPolicy
val caseInsensitiveName : java.lang.String
This property is an alias for the action: getCaseInsensitiveName
def getCaseInsensitiveName : java.lang.String
def getDefault : CleaningPolicy
def valueOf(String) : CleaningPolicy
def valueOfCaseInsensitive(String) : CleaningPolicy
def values : CleaningPolicy