Class DefaultRepositoryInfo
- java.lang.Object
-
- org.apache.maven.shared.repository.model.DefaultRepositoryInfo
-
- All Implemented Interfaces:
RepositoryInfo
public class DefaultRepositoryInfo extends java.lang.Object implements RepositoryInfo
-
-
Constructor Summary
Constructors Constructor Description DefaultRepositoryInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ListgetExcludes()java.util.ListgetGroupVersionAlignments()java.util.ListgetIncludes()java.lang.StringgetScope()booleanisIncludeMetadata()voidsetExcludes(java.util.List excludes)voidsetGroupVersionAlignments(java.util.List groupVersionAlignments)voidsetIncludeMetadata(boolean includeMetadata)voidsetIncludes(java.util.List includes)voidsetScope(java.lang.String scope)
-
-
-
Method Detail
-
getExcludes
public java.util.List getExcludes()
- Specified by:
getExcludesin interfaceRepositoryInfo
-
setGroupVersionAlignments
public void setGroupVersionAlignments(java.util.List groupVersionAlignments)
-
setIncludeMetadata
public void setIncludeMetadata(boolean includeMetadata)
-
setIncludes
public void setIncludes(java.util.List includes)
-
setScope
public void setScope(java.lang.String scope)
-
getGroupVersionAlignments
public java.util.List getGroupVersionAlignments()
- Specified by:
getGroupVersionAlignmentsin interfaceRepositoryInfo
-
getIncludes
public java.util.List getIncludes()
- Specified by:
getIncludesin interfaceRepositoryInfo
-
getScope
public java.lang.String getScope()
- Specified by:
getScopein interfaceRepositoryInfo
-
isIncludeMetadata
public boolean isIncludeMetadata()
- Specified by:
isIncludeMetadatain interfaceRepositoryInfo
-
setExcludes
public void setExcludes(java.util.List excludes)
-
-