|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FS | |
|---|---|
| org.crsh.plugin | |
| org.crsh.standalone | |
| org.crsh.vfs | |
| Uses of FS in org.crsh.plugin |
|---|
| Methods in org.crsh.plugin that return FS | |
|---|---|
protected FS |
Embedded.createCommandFS()
Create the command file system from the crash.mountpointconfig.cmd servlet context parameter. |
protected FS |
Embedded.createConfFS()
Create the conf file system from the crash.mountpointconfig.conf servlet context parameter. |
protected FS |
Embedded.createFS(String mountPointConfig)
Create a new file system, configured by a the argument mountPointConfig: when the mount point
configuration is not null, it is mounted on the returned file system. |
| Constructors in org.crsh.plugin with parameters of type FS | |
|---|---|
PluginContext(ExecutorService executor,
ScheduledExecutorService scanner,
PluginDiscovery discovery,
Map<String,Object> attributes,
FS cmdFS,
FS confFS,
ClassLoader loader)
Create a new plugin context. |
|
PluginContext(PluginDiscovery discovery,
Map<String,Object> attributes,
FS cmdFS,
FS confFS,
ClassLoader loader)
Create a new plugin context with preconfigured executor and scanner, this is equivalent to invoking: |
|
| Uses of FS in org.crsh.standalone |
|---|
| Constructors in org.crsh.standalone with parameters of type FS | |
|---|---|
Bootstrap(ClassLoader baseLoader,
FS confFS,
FS cmdFS)
Create a bootstrap instance with the base classloader and an empty and unmodifiable attribute map. |
|
| Uses of FS in org.crsh.vfs |
|---|
| Methods in org.crsh.vfs that return FS | |
|---|---|
FS |
FS.Builder.build()
|
FS |
FS.mount(Class<?> clazz)
|
FS |
FS.mount(ClassLoader cl,
Path path)
|
FS |
FS.mount(File root)
|
FS |
FS.mount(FSDriver<?> driver)
|
| Constructors in org.crsh.vfs with parameters of type FS | |
|---|---|
File(FS fs,
Path path)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||