Package org.hcjf.layers.resources
Interface Resourceable
-
public interface ResourceableThis interface make able that the layer implementation be published as system resource, indexed by an specific name with all the properties needed to consume the resource.- Author:
- javaito.
-
-
Method Summary
Modifier and Type Method Description java.util.Set<Resource>createResource(java.lang.Class<? extends LayerInterface> layerInterface)The implementation of this method must create an instance of resource for each layer interface as parameter.
-
-
-
Method Detail
-
createResource
java.util.Set<Resource> createResource(java.lang.Class<? extends LayerInterface> layerInterface)
The implementation of this method must create an instance of resource for each layer interface as parameter.- Parameters:
layerInterface- Layer interface- Returns:
- Returns the
-
-