Uses of Class
org.apache.maven.plugins.assembly.model.ModuleSet
Packages that use ModuleSet
Package
Description
-
Uses of ModuleSet in org.apache.maven.plugins.assembly.archive.phase
Methods in org.apache.maven.plugins.assembly.archive.phase with parameters of type ModuleSetModifier and TypeMethodDescription(package private) voidModuleSetAssemblyPhase.addModuleBinaries(Assembly assembly, ModuleSet moduleSet, ModuleBinaries binaries, Set<org.apache.maven.project.MavenProject> projects, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) static Set<org.apache.maven.project.MavenProject>ModuleSetAssemblyPhase.getModuleProjects(ModuleSet moduleSet, AssemblerConfigurationSource configSource, org.codehaus.plexus.logging.Logger logger) private voidModuleSetAssemblyPhase.validate(ModuleSet moduleSet, AssemblerConfigurationSource configSource) -
Uses of ModuleSet in org.apache.maven.plugins.assembly.artifact
Methods in org.apache.maven.plugins.assembly.artifact with parameters of type ModuleSetModifier and TypeMethodDescriptionMap<DependencySet,Set<org.apache.maven.artifact.Artifact>> DefaultDependencyResolver.resolveDependencySets(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets) Map<DependencySet,Set<org.apache.maven.artifact.Artifact>> DependencyResolver.resolveDependencySets(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets) (package private) voidDefaultDependencyResolver.updateModuleSetResolutionRequirements(ModuleSet set, DependencySet dependencySet, ResolutionManagementInfo requirements, AssemblerConfigurationSource configSource) -
Uses of ModuleSet in org.apache.maven.plugins.assembly.functions
Methods in org.apache.maven.plugins.assembly.functions with parameters of type ModuleSet -
Uses of ModuleSet in org.apache.maven.plugins.assembly.model
Fields in org.apache.maven.plugins.assembly.model with type parameters of type ModuleSetModifier and TypeFieldDescriptionAssembly.moduleSetsField moduleSets.Component.moduleSetsField moduleSets.Methods in org.apache.maven.plugins.assembly.model that return types with arguments of type ModuleSetModifier and TypeMethodDescriptionAssembly.getModuleSets()Method getModuleSets.Component.getModuleSets()Method getModuleSets.Methods in org.apache.maven.plugins.assembly.model with parameters of type ModuleSetModifier and TypeMethodDescriptionvoidAssembly.addModuleSet(ModuleSet moduleSet) Method addModuleSet.voidComponent.addModuleSet(ModuleSet moduleSet) Method addModuleSet.voidAssembly.removeModuleSet(ModuleSet moduleSet) Method removeModuleSet.voidComponent.removeModuleSet(ModuleSet moduleSet) Method removeModuleSet.Method parameters in org.apache.maven.plugins.assembly.model with type arguments of type ModuleSetModifier and TypeMethodDescriptionvoidAssembly.setModuleSets(List<ModuleSet> moduleSets) Set specifies which module files to include in the assembly.voidComponent.setModuleSets(List<ModuleSet> moduleSets) Set specifies which module files to include in the assembly. -
Uses of ModuleSet in org.apache.maven.plugins.assembly.model.io.xpp3
Methods in org.apache.maven.plugins.assembly.model.io.xpp3 that return ModuleSetModifier and TypeMethodDescriptionprivate ModuleSetAssemblyXpp3Reader.parseModuleSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseModuleSet.private ModuleSetComponentXpp3Reader.parseModuleSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseModuleSet.Methods in org.apache.maven.plugins.assembly.model.io.xpp3 with parameters of type ModuleSetModifier and TypeMethodDescriptionprivate voidAssemblyXpp3Writer.writeModuleSet(ModuleSet moduleSet, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeModuleSet.private voidComponentXpp3Writer.writeModuleSet(ModuleSet moduleSet, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeModuleSet.