Uses of Class
de.iip_ecosphere.platform.tools.maven.dependencies.UnpackPluginMojo.JarLocation
-
Uses of UnpackPluginMojo.JarLocation in de.iip_ecosphere.platform.tools.maven.dependencies
Methods in de.iip_ecosphere.platform.tools.maven.dependencies that return types with arguments of type UnpackPluginMojo.JarLocationModifier and TypeMethodDescriptionprivate List<UnpackPluginMojo.JarLocation> UnpackPluginMojo.processCpLineNoRelocation(String name, String mode, String line, PrintStream out, UnpackPluginMojo.Tokenizer tokenizer, String prefix) Processes a classpath line without plugin relocation.private List<UnpackPluginMojo.JarLocation> UnpackPluginMojo.processCpLineRelocation(String name, String mode, PrintStream out, UnpackPluginMojo.Tokenizer tokenizer, String prefix, File jarFolder) Processes a classpath line while plugin relocation.Method parameters in de.iip_ecosphere.platform.tools.maven.dependencies with type arguments of type UnpackPluginMojo.JarLocationModifier and TypeMethodDescriptionprivate StringUnpackPluginMojo.rewriteToken(String token, String mode, String prefix, File jarFolder, UnpackPluginMojo.Tokenizer tokenizer, List<UnpackPluginMojo.JarLocation> locations) Rewrites a classpath token.private voidUnpackPluginMojo.writeIndex(List<UnpackPluginMojo.JarLocation> locs, File cpFile) Writes the (optional) classloader index file.