public class RepoInfoWrapper
extends java.lang.Object
implements org.apache.maven.shared.repository.model.RepositoryInfo
| Constructor and Description |
|---|
RepoInfoWrapper(Repository repo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getExcludes() |
java.util.List<GroupVersionAlignmentWrapper> |
getGroupVersionAlignments() |
java.util.List<java.lang.String> |
getIncludes() |
java.lang.String |
getScope() |
boolean |
isIncludeMetadata() |
public RepoInfoWrapper(Repository repo)
public java.util.List<java.lang.String> getExcludes()
getExcludes in interface org.apache.maven.shared.repository.model.RepositoryInfopublic java.util.List<GroupVersionAlignmentWrapper> getGroupVersionAlignments()
getGroupVersionAlignments in interface org.apache.maven.shared.repository.model.RepositoryInfopublic java.util.List<java.lang.String> getIncludes()
getIncludes in interface org.apache.maven.shared.repository.model.RepositoryInfopublic java.lang.String getScope()
getScope in interface org.apache.maven.shared.repository.model.RepositoryInfopublic boolean isIncludeMetadata()
isIncludeMetadata in interface org.apache.maven.shared.repository.model.RepositoryInfoCopyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.