Class UpToDatePropertySetting
java.lang.Object
org.codehaus.mojo.buildhelper.UpToDatePropertySetting
Holds settings for
AbstractUpToDateProperty subclasses.- Since:
- 1.12
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringThe property value to set if the up-to-date condition is not fulfilled.private org.apache.maven.shared.model.fileset.FileSetA set of source files.private StringThe name of the property to set.private StringThe property value to set if the up-to-date condition is fulfilled. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetElse()org.apache.maven.shared.model.fileset.FileSetgetName()getValue()voidvoidsetFileSet(org.apache.maven.shared.model.fileset.FileSet fileSet) voidvoid(package private) voidvalidate()
-
Field Details
-
fileSet
@Parameter private org.apache.maven.shared.model.fileset.FileSet fileSetA set of source files. -
name
The name of the property to set. -
value
The property value to set if the up-to-date condition is fulfilled. -
elseValue
The property value to set if the up-to-date condition is not fulfilled.
-
-
Constructor Details
-
UpToDatePropertySetting
public UpToDatePropertySetting()
-
-
Method Details
-
getName
-
getFileSet
public org.apache.maven.shared.model.fileset.FileSet getFileSet() -
getValue
-
setName
-
setValue
-
getElse
-
setElse
-
validate
void validate()
-