org.apache.maven.plugin.assembly.archive.phase.wrappers
Class GroupVersionAlignmentWrapper

java.lang.Object
  extended by org.apache.maven.plugin.assembly.archive.phase.wrappers.GroupVersionAlignmentWrapper
All Implemented Interfaces:
GroupVersionAlignment

public class GroupVersionAlignmentWrapper
extends Object
implements GroupVersionAlignment

Version:
$Id: GroupVersionAlignmentWrapper.java 999612 2010-09-21 20:34:50Z jdcasey $

Constructor Summary
GroupVersionAlignmentWrapper(GroupVersionAlignment alignment)
           
 
Method Summary
 List<String> getExcludes()
           
 String getId()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupVersionAlignmentWrapper

public GroupVersionAlignmentWrapper(GroupVersionAlignment alignment)
Method Detail

getExcludes

public List<String> getExcludes()
Specified by:
getExcludes in interface GroupVersionAlignment

getId

public String getId()
Specified by:
getId in interface GroupVersionAlignment

getVersion

public String getVersion()
Specified by:
getVersion in interface GroupVersionAlignment


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.