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 Repository
public java.util.List<java.lang.String> getExcludes()
getExcludes
in interface RepositoryInfo
public java.util.List<GroupVersionAlignment> getGroupVersionAlignments()
getGroupVersionAlignments
in interface RepositoryInfo
public java.util.List<java.lang.String> getIncludes()
getIncludes
in interface RepositoryInfo
public java.lang.String getScope()
getScope
in interface RepositoryInfo
public boolean isIncludeMetadata()
isIncludeMetadata
in interface RepositoryInfo