org.apache.maven.plugin.assembly.archive.phase.wrappers
Class RepoInfoWrapper
java.lang.Object
org.apache.maven.plugin.assembly.archive.phase.wrappers.RepoInfoWrapper
- All Implemented Interfaces:
- org.apache.maven.shared.repository.model.RepositoryInfo
public class RepoInfoWrapper
- extends java.lang.Object
- implements org.apache.maven.shared.repository.model.RepositoryInfo
- Version:
- $Id: RepoInfoWrapper.java 728546 2008-12-21 22:56:51Z bentmann $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepoInfoWrapper
public RepoInfoWrapper(Repository repo)
getExcludes
public java.util.List getExcludes()
- Specified by:
getExcludes
in interface org.apache.maven.shared.repository.model.RepositoryInfo
getGroupVersionAlignments
public java.util.List getGroupVersionAlignments()
- Specified by:
getGroupVersionAlignments
in interface org.apache.maven.shared.repository.model.RepositoryInfo
getIncludes
public java.util.List getIncludes()
- Specified by:
getIncludes
in interface org.apache.maven.shared.repository.model.RepositoryInfo
getScope
public java.lang.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-2010 Apache Software Foundation. All Rights Reserved.