Uses of Class
org.apache.maven.plugins.assembly.model.GroupVersionAlignment
-
Packages that use GroupVersionAlignment Package Description org.apache.maven.plugins.assembly.archive.phase.wrappers org.apache.maven.plugins.assembly.model org.apache.maven.plugins.assembly.model.io.xpp3 -
-
Uses of GroupVersionAlignment in org.apache.maven.plugins.assembly.archive.phase.wrappers
Fields in org.apache.maven.plugins.assembly.archive.phase.wrappers declared as GroupVersionAlignment Modifier and Type Field Description private GroupVersionAlignment
GroupVersionAlignmentWrapper. alignment
Constructors in org.apache.maven.plugins.assembly.archive.phase.wrappers with parameters of type GroupVersionAlignment Constructor Description GroupVersionAlignmentWrapper(GroupVersionAlignment alignment)
-
Uses of GroupVersionAlignment in org.apache.maven.plugins.assembly.model
Fields in org.apache.maven.plugins.assembly.model with type parameters of type GroupVersionAlignment Modifier and Type Field Description private java.util.List<GroupVersionAlignment>
Repository. groupVersionAlignments
Field groupVersionAlignments.Methods in org.apache.maven.plugins.assembly.model that return types with arguments of type GroupVersionAlignment Modifier and Type Method Description java.util.List<GroupVersionAlignment>
Repository. getGroupVersionAlignments()
Method getGroupVersionAlignments.Methods in org.apache.maven.plugins.assembly.model with parameters of type GroupVersionAlignment Modifier and Type Method Description void
Repository. addGroupVersionAlignment(GroupVersionAlignment groupVersionAlignment)
Method addGroupVersionAlignment.void
Repository. removeGroupVersionAlignment(GroupVersionAlignment groupVersionAlignment)
Method removeGroupVersionAlignment.Method parameters in org.apache.maven.plugins.assembly.model with type arguments of type GroupVersionAlignment Modifier and Type Method Description void
Repository. setGroupVersionAlignments(java.util.List<GroupVersionAlignment> groupVersionAlignments)
Set specifies that you want to align a group of artifacts to a specified version. -
Uses of GroupVersionAlignment in org.apache.maven.plugins.assembly.model.io.xpp3
Methods in org.apache.maven.plugins.assembly.model.io.xpp3 that return GroupVersionAlignment Modifier and Type Method Description private GroupVersionAlignment
AssemblyXpp3Reader. parseGroupVersionAlignment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseGroupVersionAlignment.private GroupVersionAlignment
ComponentXpp3Reader. parseGroupVersionAlignment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseGroupVersionAlignment.Methods in org.apache.maven.plugins.assembly.model.io.xpp3 with parameters of type GroupVersionAlignment Modifier and Type Method Description private void
AssemblyXpp3Writer. writeGroupVersionAlignment(GroupVersionAlignment groupVersionAlignment, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeGroupVersionAlignment.private void
ComponentXpp3Writer. writeGroupVersionAlignment(GroupVersionAlignment groupVersionAlignment, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeGroupVersionAlignment.
-