Uses of Interface
org.bonitasoft.plugin.analyze.content.ArtifactContentReader
Packages that use ArtifactContentReader
Package
Description
-
Uses of ArtifactContentReader in org.bonitasoft.plugin.analyze
Methods in org.bonitasoft.plugin.analyze with parameters of type ArtifactContentReaderModifier and TypeMethodDescriptionConnectorResolver.findAllDefinitions(org.apache.maven.artifact.Artifact artifact, ArtifactContentReader reader, Issue.Collector issueCollector) ConnectorResolver.findAllImplementations(org.apache.maven.artifact.Artifact artifact, ArtifactContentReader reader, Issue.Collector issueCollector) -
Uses of ArtifactContentReader in org.bonitasoft.plugin.analyze.connector
Methods in org.bonitasoft.plugin.analyze.connector with parameters of type ArtifactContentReaderModifier and TypeMethodDescriptionConnectorResolverImpl.findAllDefinitions(org.apache.maven.artifact.Artifact artifact, ArtifactContentReader reader, Issue.Collector issueCollector) ConnectorResolverImpl.findAllImplementations(org.apache.maven.artifact.Artifact artifact, ArtifactContentReader reader, Issue.Collector issueCollector) -
Uses of ArtifactContentReader in org.bonitasoft.plugin.analyze.content
Classes in org.bonitasoft.plugin.analyze.content that implement ArtifactContentReaderModifier and TypeClassDescriptionclassReads the content of a JAR file.classReads the content of a maven project folder.classReads the content of a ZIP file. -
Uses of ArtifactContentReader in org.bonitasoft.plugin.analyze.handler
Methods in org.bonitasoft.plugin.analyze.handler that return ArtifactContentReaderModifier and TypeMethodDescriptionprotected ArtifactContentReaderAbstractArtifactAnalyzerHandler.getContentReader()