Class ConnectorResolverImpl
java.lang.Object
org.bonitasoft.plugin.analyze.connector.ConnectorResolverImpl
- All Implemented Interfaces:
ConnectorResolver
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllDefinitions(org.apache.maven.artifact.Artifact artifact, ArtifactContentReader reader, Issue.Collector issueCollector) findAllImplementations(org.apache.maven.artifact.Artifact artifact, ArtifactContentReader reader, Issue.Collector issueCollector)
-
Constructor Details
-
ConnectorResolverImpl
public ConnectorResolverImpl()
-
-
Method Details
-
findAllImplementations
public List<Implementation> findAllImplementations(org.apache.maven.artifact.Artifact artifact, ArtifactContentReader reader, Issue.Collector issueCollector) throws IOException - Specified by:
findAllImplementationsin interfaceConnectorResolver- Throws:
IOException
-
findAllDefinitions
public List<Definition> findAllDefinitions(org.apache.maven.artifact.Artifact artifact, ArtifactContentReader reader, Issue.Collector issueCollector) throws IOException - Specified by:
findAllDefinitionsin interfaceConnectorResolver- Throws:
IOException
-