Uses of Class
org.basepom.inline.transformer.ClassPathElement
Packages that use ClassPathElement
-
Uses of ClassPathElement in org.basepom.inline.transformer
Methods in org.basepom.inline.transformer that return ClassPathElementModifier and TypeMethodDescriptionstatic ClassPathElementClassPathElement.forFile(File file, String prefix, String groupId, String artifactId, boolean hideClasses, ClassPathTag... tags) Methods in org.basepom.inline.transformer that return types with arguments of type ClassPathElementMethods in org.basepom.inline.transformer with parameters of type ClassPathElementModifier and TypeMethodDescriptionstatic ClassPathResourceClassPathResource.forTesting(String path, ClassPathElement classPathElement, ClassPathTag... tags) static 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)