Uses of Class
de.iip_ecosphere.platform.tools.maven.dependencies.UnpackPluginMojo.PluginItem
-
Uses of UnpackPluginMojo.PluginItem in de.iip_ecosphere.platform.tools.maven.dependencies
Fields in de.iip_ecosphere.platform.tools.maven.dependencies declared as UnpackPluginMojo.PluginItemModifier and TypeFieldDescriptionprivate UnpackPluginMojo.PluginItemUnpackPluginMojo.ClasspathFile.itemprivate UnpackPluginMojo.PluginItemUnpackPluginMojo.RelocatingFileMapper.itemFields in de.iip_ecosphere.platform.tools.maven.dependencies with type parameters of type UnpackPluginMojo.PluginItemModifier and TypeFieldDescriptionprivate List<UnpackPluginMojo.PluginItem> UnpackPluginMojo.pluginsMethods in de.iip_ecosphere.platform.tools.maven.dependencies with parameters of type UnpackPluginMojo.PluginItemModifier and TypeMethodDescriptionprivate StringUnpackPluginMojo.getActualVersion(UnpackPluginMojo.PluginItem pl) Returns the actual (overridden) version of the given plugin item.private org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItemUnpackPluginMojo.toArtifactItem(UnpackPluginMojo.PluginItem pl) Turns aUnpackPluginMojo.PluginItemto a pre-configuredArtifactItempassed on for resolution/download.Constructors in de.iip_ecosphere.platform.tools.maven.dependencies with parameters of type UnpackPluginMojo.PluginItemModifierConstructorDescriptionprivateClasspathFile(UnpackPluginMojo.PluginItem item, String name) Classpath file without need for moving.privateClasspathFile(UnpackPluginMojo.PluginItem item, String name, String origPath, String pathSuffix) Classpath file with need for moving.privateRelocatingFileMapper(UnpackPluginMojo.PluginItem item, String targetName, String pathSuffix, boolean collectIfNotRelocate) Creates a relocating file mapper.