public class AbstractMount extends Object implements FileSystemMount
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isImaginary |
protected String |
mount |
protected String |
path |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMount(String mount,
String path) |
protected |
AbstractMount(String mount,
String path,
boolean isDefault,
boolean isImaginary) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getAttribute(String key,
Object defaultValue) |
String |
getMount() |
String |
getRoot() |
int |
hashCode() |
boolean |
isDefault() |
boolean |
isFilesystemRoot() |
boolean |
isImaginary() |
void |
setAttribute(String key,
Object value) |
protected String mount
protected String path
protected boolean isImaginary
public String getMount()
getMount in interface FileSystemMountpublic String getRoot()
getRoot in interface FileSystemMountpublic boolean isFilesystemRoot()
isFilesystemRoot in interface FileSystemMountpublic boolean isDefault()
isDefault in interface FileSystemMountpublic boolean isImaginary()
public Object getAttribute(String key, Object defaultValue)
getAttribute in interface FileSystemMountpublic void setAttribute(String key, Object value)
setAttribute in interface FileSystemMountCopyright © 2012. All Rights Reserved.