Constructor and Description |
---|
MemoryFolder(MemoryFileSystem mfs,
String path) |
Modifier and Type | Method and Description |
---|---|
boolean |
create() |
boolean |
equals(Object obj) |
boolean |
exists() |
File |
getFile(String name) |
Folder |
getFolder(String name) |
Collection<? extends Resource> |
getMembers() |
String |
getName() |
Folder |
getParent() |
Path |
getPath() |
int |
hashCode() |
String |
toString() |
static String |
trimLeadingAndTrailing(String p) |
public MemoryFolder(MemoryFileSystem mfs, String path)
public Path getPath()
public Collection<? extends Resource> getMembers()
getMembers
in interface Folder
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.