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:
org.apache.maven.shared.repository.model.RepositoryInfo

public class RepoInfoWrapper
extends Object
implements org.apache.maven.shared.repository.model.RepositoryInfo

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

Constructor Summary
RepoInfoWrapper(Repository repo)
           
 
Method Summary
 List<String> getExcludes()
           
 List<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)
Method Detail

getExcludes

public List<String> getExcludes()
Specified by:
getExcludes in interface org.apache.maven.shared.repository.model.RepositoryInfo

getGroupVersionAlignments

public List<GroupVersionAlignmentWrapper> getGroupVersionAlignments()
Specified by:
getGroupVersionAlignments in interface org.apache.maven.shared.repository.model.RepositoryInfo

getIncludes

public List<String> getIncludes()
Specified by:
getIncludes in interface org.apache.maven.shared.repository.model.RepositoryInfo

getScope

public String getScope()
Specified by:
getScope in interface org.apache.maven.shared.repository.model.RepositoryInfo

isIncludeMetadata

public boolean isIncludeMetadata()
Specified by:
isIncludeMetadata in interface org.apache.maven.shared.repository.model.RepositoryInfo


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