public abstract class FileAction extends java.lang.Object implements Action
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
dataChange |
protected java.lang.String |
path |
| Constructor and Description |
|---|
FileAction(java.lang.String path,
boolean dataChange) |
| Modifier and Type | Method and Description |
|---|---|
abstract FileAction |
copyWithDataChange(boolean dataChange) |
java.lang.String |
getPath() |
boolean |
isDataChange() |
java.net.URI |
toURI() |
protected final java.lang.String path
protected final boolean dataChange
public java.lang.String getPath()
public boolean isDataChange()
public java.net.URI toURI()
public abstract FileAction copyWithDataChange(boolean dataChange)