Package org.bonitasoft.plugin.analyze
Interface ConnectorResolver
-
- All Known Implementing Classes:
CFRConnectorResolver
public interface ConnectorResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Definition>findAllDefinitions(org.apache.maven.artifact.Artifact artifact)List<Implementation>findAllImplementations(org.apache.maven.artifact.Artifact artifact)
-
-
-
Method Detail
-
findAllDefinitions
List<Definition> findAllDefinitions(org.apache.maven.artifact.Artifact artifact) throws IOException
- Throws:
IOException
-
findAllImplementations
List<Implementation> findAllImplementations(org.apache.maven.artifact.Artifact artifact) throws IOException
- Throws:
IOException
-
-