public interface ClasspathProcessorRegistry
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.net.URL> |
process(Contribution contribution)
Processes the given url.
|
void |
register(ClasspathProcessor processor)
Registers the processor.
|
void |
unregister(ClasspathProcessor processor)
De-registers the processor.
|
void register(ClasspathProcessor processor)
processor - the processorvoid unregister(ClasspathProcessor processor)
processor - the processorjava.util.List<java.net.URL> process(Contribution contribution) throws org.fabric3.api.host.Fabric3Exception
contribution - the contributionorg.fabric3.api.host.Fabric3Exception - if an error occurs processing the url