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