|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.vfs.spi.url.ClassPathMountFactory
public class ClassPathMountFactory
Field Summary | |
---|---|
private ClassLoader |
loader . |
Constructor Summary | |
---|---|
ClassPathMountFactory(ClassLoader loader) |
Method Summary | |
---|---|
Mount<Node> |
create(Path path) Resolve a mount for the specified path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final ClassLoader loader
Constructor Detail |
---|
public ClassPathMountFactory(ClassLoader loader)
Method Detail |
---|
public Mount<Node> create(Path path) throws IOException
FSMountFactory
create
in interface FSMountFactory<Node>
path
- the pathIOException
- any io exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |