Package | Description |
---|---|
org.crsh.plugin | |
org.crsh.standalone | |
org.crsh.vfs |
Modifier and Type | Field and Description |
---|---|
private FS |
ResourceManager.cmdFS
.
|
private FS |
ResourceManager.confFS
.
|
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
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:
|
ResourceManager(FS cmdFS,
FS confFS) |
Modifier and Type | Field and Description |
---|---|
private FS |
Bootstrap.cmdFS
The command file system.
|
private FS |
Bootstrap.confFS
The configuration file system.
|
Constructor and Description |
---|
Bootstrap(ClassLoader baseLoader,
FS confFS,
FS cmdFS)
Create a bootstrap instance with the base classloader and an empty and unmodifiable attribute map.
|
Modifier and Type | Field and Description |
---|---|
private FS |
File.fs
.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
File(FS fs,
Path path) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.