public class RepoInfoWrapper extends Object implements 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 RepositoryInfo
public List<GroupVersionAlignmentWrapper> getGroupVersionAlignments()
getGroupVersionAlignments
in interface RepositoryInfo
public List<String> getIncludes()
getIncludes
in interface RepositoryInfo
public String getScope()
getScope
in interface RepositoryInfo
public boolean isIncludeMetadata()
isIncludeMetadata
in interface RepositoryInfo
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.