Package org.basepom.inline.transformer
Class ClassPathElement
java.lang.Object
org.basepom.inline.transformer.ClassPathElement
- All Implemented Interfaces:
Iterable<ClassPathResource>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ClassPathElementforFile(File file, String prefix, String groupId, String artifactId, boolean hideClasses, ClassPathTag... tags) com.google.common.collect.ImmutableSet<ClassPathTag>getTags()inthashCode()booleanabstract Iterator<ClassPathResource>iterator()toString()Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
forFile
public static ClassPathElement forFile(File file, @Nullable String prefix, String groupId, String artifactId, boolean hideClasses, ClassPathTag... tags) -
getArchiveName
-
isHideClasses
public boolean isHideClasses() -
getPrefix
-
getTags
-
getGroupId
-
getArtifactId
-
iterator
- Specified by:
iteratorin interfaceIterable<ClassPathResource>
-
toString
-
equals
-
hashCode
public int hashCode()
-