public class RepoInfoWrapper extends java.lang.Object implements RepositoryInfo
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<GroupVersionAlignment> |
convertedAlignments |
private Repository |
repo |
| Constructor and Description |
|---|
RepoInfoWrapper(Repository repo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getExcludes() |
java.util.List<GroupVersionAlignment> |
getGroupVersionAlignments() |
java.util.List<java.lang.String> |
getIncludes() |
java.lang.String |
getScope() |
boolean |
isIncludeMetadata() |
private final Repository repo
private java.util.List<GroupVersionAlignment> convertedAlignments
public RepoInfoWrapper(Repository repo)
repo - The Repositorypublic java.util.List<java.lang.String> getExcludes()
getExcludes in interface RepositoryInfopublic java.util.List<GroupVersionAlignment> getGroupVersionAlignments()
getGroupVersionAlignments in interface RepositoryInfopublic java.util.List<java.lang.String> getIncludes()
getIncludes in interface RepositoryInfopublic java.lang.String getScope()
getScope in interface RepositoryInfopublic boolean isIncludeMetadata()
isIncludeMetadata in interface RepositoryInfo