Package | Description |
---|---|
org.crsh.plugin | |
org.crsh.util |
Modifier and Type | Method and Description |
---|---|
static ResourceKind |
ResourceKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceKind[] |
ResourceKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) Iterable<String> |
ResourceManager.listResourceId(ResourceKind kind)
List the resources id for a specific resource kind.
|
Iterable<String> |
PluginContext.listResources(ResourceKind kind)
List the resources id for a specific resource kind.
|
(package private) Iterable<Resource> |
ResourceManager.loadResource(String resourceId,
ResourceKind resourceKind)
Load a resource from the context.
|
Resource |
PluginContext.loadResource(String resourceId,
ResourceKind resourceKind)
Load a resource from the context.
|
Iterable<Resource> |
PluginContext.loadResources(String resourceId,
ResourceKind resourceKind)
Load a resource from the context.
|
Modifier and Type | Field and Description |
---|---|
private ResourceKind |
ClassCache.kind
.
|
Constructor and Description |
---|
ClassCache(PluginContext context,
ClassFactory<T> classFactory,
ResourceKind kind) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.