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

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

public class RepoInfoWrapper
extends Object
implements RepositoryInfo

Version:
$Id: RepoInfoWrapper.java 1639422 2014-11-13 18:08:07Z krosenvold $

Constructor Summary
RepoInfoWrapper(Repository repo)
           
 
Method Summary
 List<String> getExcludes()
          
 List<org.apache.maven.plugin.assembly.archive.phase.wrappers.GroupVersionAlignmentWrapper> getGroupVersionAlignments()
          
 List<String> getIncludes()
          
 String getScope()
          
 boolean isIncludeMetadata()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepoInfoWrapper

public RepoInfoWrapper(Repository repo)
Parameters:
repo - The Repository
Method Detail

getExcludes

public List<String> getExcludes()

Specified by:
getExcludes in interface RepositoryInfo

getGroupVersionAlignments

public List<org.apache.maven.plugin.assembly.archive.phase.wrappers.GroupVersionAlignmentWrapper> getGroupVersionAlignments()

Specified by:
getGroupVersionAlignments in interface RepositoryInfo

getIncludes

public List<String> getIncludes()

Specified by:
getIncludes in interface RepositoryInfo

getScope

public String getScope()

Specified by:
getScope in interface RepositoryInfo

isIncludeMetadata

public boolean isIncludeMetadata()

Specified by:
isIncludeMetadata in interface RepositoryInfo


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.