public class DefaultRepositoryInfo extends Object implements RepositoryInfo
| Constructor and Description |
|---|
DefaultRepositoryInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExcludes() |
List<GroupVersionAlignment> |
getGroupVersionAlignments() |
List<String> |
getIncludes() |
String |
getScope() |
boolean |
isIncludeMetadata() |
void |
setExcludes(List<String> excludes) |
void |
setGroupVersionAlignments(List<GroupVersionAlignment> groupVersionAlignments) |
void |
setIncludeMetadata(boolean includeMetadata) |
void |
setIncludes(List<String> includes) |
void |
setScope(String scope) |
public List<String> getExcludes()
getExcludes in interface RepositoryInfopublic void setGroupVersionAlignments(List<GroupVersionAlignment> groupVersionAlignments)
public void setIncludeMetadata(boolean includeMetadata)
public void setScope(String scope)
public 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–2022 The Apache Software Foundation. All rights reserved.