|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sodius.mdw.core.eval.report.GeneratedFileStatus
public final class GeneratedFileStatus
Describes the state of a generated file.
This class cannot be instantiated or subclassed by clients.
GeneratedFile.getStatus()| Field Summary | |
|---|---|
static GeneratedFileStatus |
CHANGED
The generated file already exists, but its contents differs from the previous one. |
static GeneratedFileStatus |
NEW
The generated file is new, it did not exist before the evaluation started. |
static GeneratedFileStatus |
UNCHANGED
The generated file already exists, and its contents is the same as from the previous one. |
| Method Summary | |
|---|---|
String |
toString()
Returns a String representation of the file status. |
static GeneratedFileStatus |
valueOf(String value)
Determines the file status represented as a String value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final GeneratedFileStatus NEW
public static final GeneratedFileStatus CHANGED
public static final GeneratedFileStatus UNCHANGED
EvaluationConfiguration.isFileOverwriteForced()| Method Detail |
|---|
public static GeneratedFileStatus valueOf(String value)
throws IllegalArgumentException
String value.
value - a String representing a file status.
IllegalArgumentException - if the value is not recognized.public String toString()
String representation of the file status.
toString in class ObjectString.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||