|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceKind | |
|---|---|
| org.crsh.plugin | |
| org.crsh.util | |
| 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 | |
|---|---|
Iterable<String> |
PluginContext.listResources(ResourceKind kind)
List the resources id for a specific resource kind. |
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. |
| Uses of ResourceKind in org.crsh.util |
|---|
| Constructors in org.crsh.util with parameters of type ResourceKind | |
|---|---|
ClassCache(PluginContext context,
ClassFactory<T> classFactory,
ResourceKind kind)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||