public class RepoInfoWrapper extends Object implements org.apache.maven.shared.repository.model.RepositoryInfo
| Constructor and Description |
|---|
RepoInfoWrapper(Repository repo) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExcludes() |
List<GroupVersionAlignmentWrapper> |
getGroupVersionAlignments() |
List<String> |
getIncludes() |
String |
getScope() |
boolean |
isIncludeMetadata() |
public RepoInfoWrapper(Repository repo)
public List<String> getExcludes()
getExcludes in interface org.apache.maven.shared.repository.model.RepositoryInfopublic List<GroupVersionAlignmentWrapper> getGroupVersionAlignments()
getGroupVersionAlignments in interface org.apache.maven.shared.repository.model.RepositoryInfopublic List<String> getIncludes()
getIncludes in interface org.apache.maven.shared.repository.model.RepositoryInfopublic 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.