Class AbstractArtifactAnalyzerHandler
- java.lang.Object
-
- org.bonitasoft.plugin.analyze.handler.AbstractArtifactAnalyzerHandler
-
- All Implemented Interfaces:
ArtifactAnalyzerHandler
public abstract class AbstractArtifactAnalyzerHandler extends Object implements ArtifactAnalyzerHandler
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringartifactLocalRepositoryFile(org.apache.maven.artifact.Artifact artifact)protected Artifactcreate(org.apache.maven.artifact.Artifact artifact)protected Optional<ZipEntry>findZipEntry(File file, Predicate<ZipEntry> entryPredicate)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.plugin.analyze.handler.ArtifactAnalyzerHandler
analyze, appliesTo
-
-
-
-
Method Detail
-
create
protected Artifact create(org.apache.maven.artifact.Artifact artifact)
-
artifactLocalRepositoryFile
protected String artifactLocalRepositoryFile(org.apache.maven.artifact.Artifact artifact)
-
findZipEntry
protected Optional<ZipEntry> findZipEntry(File file, Predicate<ZipEntry> entryPredicate) throws IOException
- Throws:
IOException
-
-