public class AbstractMount extends Object
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) |
String |
toString() |
protected String mount
protected String path
protected boolean isImaginary
Copyright © 2024. All rights reserved.