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 RepositoryInfo
public void setGroupVersionAlignments(List<GroupVersionAlignment> groupVersionAlignments)
public void setIncludeMetadata(boolean includeMetadata)
public void setScope(String scope)
public List<GroupVersionAlignment> 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–2022 The Apache Software Foundation. All rights reserved.