RepositoryInfopublic class RepoInfoWrapper extends Object implements RepositoryInfo
| Constructor | Description |
|---|---|
RepoInfoWrapper(Repository repo) |
| Modifier and Type | Method | Description |
|---|---|---|
List<String> |
getExcludes() |
|
List<GroupVersionAlignment> |
getGroupVersionAlignments() |
|
List<String> |
getIncludes() |
|
String |
getScope() |
|
boolean |
isIncludeMetadata() |
public RepoInfoWrapper(Repository repo)
repo - The Repositorypublic List<String> getExcludes()
getExcludes in interface RepositoryInfopublic List<GroupVersionAlignment> getGroupVersionAlignments()
getGroupVersionAlignments in interface RepositoryInfopublic List<String> getIncludes()
getIncludes in interface RepositoryInfopublic String getScope()
getScope in interface RepositoryInfopublic boolean isIncludeMetadata()
isIncludeMetadata in interface RepositoryInfoCopyright © 2002–2019 The Apache Software Foundation. All rights reserved.