@FunctionalInterface
public interface IResourceInformationProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
process(ClassContainer container,
ResourceInformation resource)
Process the given resource and return true if processing should be continued,
otherwise false.
|
boolean process(ClassContainer container, ResourceInformation resource)
container
- The container the given resource belongs to (never null).resource
- The resource to be processed (never null).