Uses of Enum
org.basepom.inline.transformer.ClassPathTag
Packages that use ClassPathTag
-
Uses of ClassPathTag in org.basepom.inline.transformer
Methods in org.basepom.inline.transformer that return ClassPathTagModifier and TypeMethodDescriptionstatic ClassPathTagReturns the enum constant of this type with the specified name.static ClassPathTag[]ClassPathTag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.basepom.inline.transformer that return types with arguments of type ClassPathTagModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<ClassPathTag>ClassPathElement.getTags()com.google.common.collect.ImmutableSet<ClassPathTag>ClassPathResource.getTags()Methods in org.basepom.inline.transformer with parameters of type ClassPathTagModifier and TypeMethodDescriptionvoidClassPath.addFile(File file, String prefix, String groupId, String artifactId, boolean hideClasses, ClassPathTag... tags) voidClassPath.addFile(File file, String groupId, String artifactId, ClassPathTag... tags) static ClassPathElementClassPathElement.forFile(File file, String prefix, String groupId, String artifactId, boolean hideClasses, ClassPathTag... tags) static ClassPathResourceClassPathResource.forTesting(String path, ClassPathElement classPathElement, ClassPathTag... tags) Method parameters in org.basepom.inline.transformer with type arguments of type ClassPathTagModifier and TypeMethodDescriptionstatic ClassPathResourceClassPathResource.fromFile(ClassPathElement classPathElement, File file, com.google.common.collect.ImmutableSet<ClassPathTag> tags) static ClassPathResourceClassPathResource.fromZipEntry(ClassPathElement classPathElement, ZipFile zipFile, ZipEntry entry, com.google.common.collect.ImmutableSet<ClassPathTag> tags) -
Uses of ClassPathTag in org.basepom.inline.transformer.processor
Methods in org.basepom.inline.transformer.processor with parameters of type ClassPathTagModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSortedSet<Rename>RemapperProcessor.packageNameRenamersForElement(List<String> elements, ClassPathTag type) com.google.common.collect.ImmutableSortedSet<Rename>RemapperProcessor.renamersForElement(List<String> elements, ClassPathTag type)