Class GroupVersionAlignmentWrapper
- java.lang.Object
-
- org.apache.maven.plugins.assembly.archive.phase.wrappers.GroupVersionAlignmentWrapper
-
- All Implemented Interfaces:
GroupVersionAlignment
class GroupVersionAlignmentWrapper extends java.lang.Object implements GroupVersionAlignment
-
-
Field Summary
Fields Modifier and Type Field Description private GroupVersionAlignment
alignment
-
Constructor Summary
Constructors Constructor Description GroupVersionAlignmentWrapper(GroupVersionAlignment alignment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getExcludes()
java.lang.String
getId()
java.lang.String
getVersion()
-
-
-
Field Detail
-
alignment
private final GroupVersionAlignment alignment
-
-
Constructor Detail
-
GroupVersionAlignmentWrapper
GroupVersionAlignmentWrapper(GroupVersionAlignment alignment)
- Parameters:
alignment
-
-
-
Method Detail
-
getExcludes
public java.util.List<java.lang.String> getExcludes()
- Specified by:
getExcludes
in interfaceGroupVersionAlignment
-
getId
public java.lang.String getId()
- Specified by:
getId
in interfaceGroupVersionAlignment
-
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion
in interfaceGroupVersionAlignment
-
-