Uses of Class
org.hcjf.layers.resources.Resource
-
Packages that use Resource Package Description org.hcjf.layers org.hcjf.layers.resources -
-
Uses of Resource in org.hcjf.layers
Methods in org.hcjf.layers that return types with arguments of type Resource Modifier and Type Method Description static java.util.Set<Resource>Layers. getResources()Returns all the resources published into the system.static java.util.Set<Resource>Layers. getResources(Layers.ResourcePredicate predicate)Returns the resources that meet the predicate. -
Uses of Resource in org.hcjf.layers.resources
Methods in org.hcjf.layers.resources that return types with arguments of type Resource Modifier and Type Method Description java.util.Set<Resource>Resourceable. createResource(java.lang.Class<? extends LayerInterface> layerInterface)The implementation of this method must create an instance of resource for each layer interface as parameter.
-