Package org.codehaus.mojo.buildhelper
Class UpToDatePropertySetting
java.lang.Object
org.codehaus.mojo.buildhelper.UpToDatePropertySetting
Holds settings for
AbstractUpToDateProperty
subclasses.- Since:
- 1.12
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
The property value to set if the up-to-date condition is not fulfilled.private org.apache.maven.shared.model.fileset.FileSet
A set of source files.private String
The name of the property to set.private String
The 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.FileSet
getName()
getValue()
void
void
setFileSet
(org.apache.maven.shared.model.fileset.FileSet fileSet) void
void
(package private) void
validate()
-
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()
-