public final class LocallyModifiedInfo extends Object
| Constructor and Description |
|---|
LocallyModifiedInfo(boolean locallyModified,
String files)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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). |
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.public boolean isLocallyModified()
true) or not (false).true) or not (false).public String getFiles()
Copyright © 2006-2014. All Rights Reserved.