|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.plugin.buildmetadata.scm.LocallyModifiedInfo
public final class LocallyModifiedInfo
Stores the information about locally modified files.
Constructor Summary | |
---|---|
LocallyModifiedInfo(boolean locallyModified, String files) Default constructor. |
Method Summary | |
---|---|
String |
getFiles() Returns the list of files that where reported to be modified. |
boolean |
isLocallyModified() Returns the flag that shows whether the files are modified ( true ) or not (false ). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocallyModifiedInfo(boolean locallyModified, String files)
locallyModified
- the flag that shows whether the files are modified (
true
) or not (
false
).
files
- the list of files that where reported to be modified.
Method Detail |
---|
public boolean isLocallyModified()
true
) or not (
false
).
true
) or not (
false
).
public String getFiles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |