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
Modifier and TypeMethodDescriptionprotected StringartifactLocalRepositoryFile(org.apache.maven.artifact.Artifact artifact) protected Artifactcreate(org.apache.maven.artifact.Artifact artifact) findZipEntry(File file, Predicate<ZipEntry> entryPredicate) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.plugin.analyze.handler.ArtifactAnalyzerHandler
analyze, appliesTo
-
Method Details
-
create
-
artifactLocalRepositoryFile
-
findZipEntry
protected Optional<ZipEntry> findZipEntry(File file, Predicate<ZipEntry> entryPredicate) throws IOException - Throws:
IOException
-