|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceKind | |
|---|---|
| org.crsh.lang.groovy.shell | |
| org.crsh.plugin | |
| Uses of ResourceKind in org.crsh.lang.groovy.shell |
|---|
| Fields in org.crsh.lang.groovy.shell declared as ResourceKind | |
|---|---|
private ResourceKind |
ClassManager.kind
. |
| Constructors in org.crsh.lang.groovy.shell with parameters of type ResourceKind | |
|---|---|
ClassManager(PluginContext context,
ResourceKind kind,
Class<T> baseClass,
Class<? extends groovy.lang.Script> baseScriptClass)
|
|
| Uses of ResourceKind in org.crsh.plugin |
|---|
| Methods in org.crsh.plugin that return ResourceKind | |
|---|---|
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. |
| Methods in org.crsh.plugin with parameters of type ResourceKind | |
|---|---|
List<String> |
PluginContext.listResourceId(ResourceKind kind)
List the resources id for a specific resource kind. |
(package private) List<String> |
ResourceManager.listResourceId(ResourceKind kind)
List the resources id for a specific resource kind. |
Resource |
PluginContext.loadResource(String resourceId,
ResourceKind resourceKind)
Load a resource from the context. |
(package private) Resource |
ResourceManager.loadResource(String resourceId,
ResourceKind resourceKind)
Load a resource from the context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||