public interface ClasspathProcessor
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProcess(Contribution contribution)
Returns true if the processor can introspect the given contribution
|
java.util.List<java.net.URL> |
process(Contribution contribution)
Constructs the classpath by introspecting the contribution
|
boolean canProcess(Contribution contribution)
contribution - the contributionjava.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 during introspection