Uses of Record Class
org.bonitasoft.plugin.analyze.content.ArtifactContentReader.Entry
Packages that use ArtifactContentReader.Entry
-
Uses of ArtifactContentReader.Entry in org.bonitasoft.plugin.analyze.content
Method parameters in org.bonitasoft.plugin.analyze.content with type arguments of type ArtifactContentReader.EntryModifier and TypeMethodDescriptiondefault voidArtifactContentReader.readEntries(org.apache.maven.artifact.Artifact artifact, Predicate<Path> predicateOnPath, Consumer<ArtifactContentReader.Entry> reader) Read the (compiled) content of the artifact entries which satisfy the path predicate.<R,A> R ArtifactContentReader.readEntries(org.apache.maven.artifact.Artifact artifact, Predicate<Path> predicateOnPath, Collector<ArtifactContentReader.Entry, A, R> reader) Read the (compiled) content of the artifact entries which satisfy the path predicate.voidJarArtifactContentReader.readEntries(org.apache.maven.artifact.Artifact artifact, Predicate<Path> predicateOnPath, Consumer<ArtifactContentReader.Entry> reader) <R,A> R JarArtifactContentReader.readEntries(org.apache.maven.artifact.Artifact artifact, Predicate<Path> predicateOnPath, Collector<ArtifactContentReader.Entry, A, R> reader) <R,A> R ProjectArtifactContentReader.readEntries(org.apache.maven.artifact.Artifact artifact, Predicate<Path> predicateOnPath, Collector<ArtifactContentReader.Entry, A, R> reader) <R,A> R ZipArtifactContentReader.readEntries(org.apache.maven.artifact.Artifact artifact, Predicate<Path> predicateOnPath, Collector<ArtifactContentReader.Entry, A, R> reader) <T> Optional<T>ArtifactContentReader.readFirstEntry(org.apache.maven.artifact.Artifact artifact, Predicate<Path> predicateOnPath, Function<ArtifactContentReader.Entry, T> reader) Read the (compiled) content of the first artifact entry which satisfy the path predicate.<T> Optional<T>JarArtifactContentReader.readFirstEntry(org.apache.maven.artifact.Artifact artifact, Predicate<Path> predicateOnPath, Function<ArtifactContentReader.Entry, T> reader) <T> Optional<T>ProjectArtifactContentReader.readFirstEntry(org.apache.maven.artifact.Artifact artifact, Predicate<Path> predicateOnPath, Function<ArtifactContentReader.Entry, T> reader) <T> Optional<T>ZipArtifactContentReader.readFirstEntry(org.apache.maven.artifact.Artifact artifact, Predicate<Path> predicateOnPath, Function<ArtifactContentReader.Entry, T> reader)