public class FolderConnection extends Object implements MapSerializer
| Constructor and Description |
|---|
FolderConnection(FolderConnectionRegistry registry,
String name,
File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
equals(Object obj) |
File |
getFile() |
String |
getName() |
FolderConnectionRegistry |
getRegistry() |
int |
hashCode() |
boolean |
isReadOnly() |
void |
setNameAndFile(String name,
File file) |
Map<String,Object> |
toMap()
Convert the object to a Map of property name, value pairs.
|
String |
toString() |
public FolderConnection(FolderConnectionRegistry registry, String name, File file)
public void delete()
public File getFile()
public String getName()
public FolderConnectionRegistry getRegistry()
public boolean isReadOnly()
public Map<String,Object> toMap()
MapSerializerConvert the object to a Map of property name, value pairs. The values can be one of the following supported types. Other values should be converted to one of these values.
toMap in interface MapSerializerCopyright © 2015 Revolution Systems Inc.. All rights reserved.