public class FileOperationsServerCapabilities
extends java.lang.Object
| Constructor and Description |
|---|
FileOperationsServerCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
FileOperationOptions |
getDidCreate()
The server is interested in receiving didCreateFiles notifications.
|
FileOperationOptions |
getDidDelete()
The server is interested in receiving didDeleteFiles file notifications.
|
FileOperationOptions |
getDidRename()
The server is interested in receiving didRenameFiles notifications.
|
FileOperationOptions |
getWillCreate()
The server is interested in receiving willCreateFiles requests.
|
FileOperationOptions |
getWillDelete()
The server is interested in receiving willDeleteFiles file requests.
|
FileOperationOptions |
getWillRename()
The server is interested in receiving willRenameFiles requests.
|
int |
hashCode() |
void |
setDidCreate(FileOperationOptions didCreate)
The server is interested in receiving didCreateFiles notifications.
|
void |
setDidDelete(FileOperationOptions didDelete)
The server is interested in receiving didDeleteFiles file notifications.
|
void |
setDidRename(FileOperationOptions didRename)
The server is interested in receiving didRenameFiles notifications.
|
void |
setWillCreate(FileOperationOptions willCreate)
The server is interested in receiving willCreateFiles requests.
|
void |
setWillDelete(FileOperationOptions willDelete)
The server is interested in receiving willDeleteFiles file requests.
|
void |
setWillRename(FileOperationOptions willRename)
The server is interested in receiving willRenameFiles requests.
|
java.lang.String |
toString() |
@Pure public FileOperationOptions getDidCreate()
public void setDidCreate(FileOperationOptions didCreate)
@Pure public FileOperationOptions getWillCreate()
public void setWillCreate(FileOperationOptions willCreate)
@Pure public FileOperationOptions getDidRename()
public void setDidRename(FileOperationOptions didRename)
@Pure public FileOperationOptions getWillRename()
public void setWillRename(FileOperationOptions willRename)
@Pure public FileOperationOptions getDidDelete()
public void setDidDelete(FileOperationOptions didDelete)
@Pure public FileOperationOptions getWillDelete()
public void setWillDelete(FileOperationOptions willDelete)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object