Class RepoInfoWrapper
- java.lang.Object
-
- org.apache.maven.plugins.assembly.archive.phase.wrappers.RepoInfoWrapper
-
- All Implemented Interfaces:
RepositoryInfo
public class RepoInfoWrapper extends Object implements RepositoryInfo
-
-
Constructor Summary
Constructors Constructor Description RepoInfoWrapper(Repository repo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getExcludes()List<GroupVersionAlignment>getGroupVersionAlignments()List<String>getIncludes()StringgetScope()booleanisIncludeMetadata()
-
-
-
Constructor Detail
-
RepoInfoWrapper
public RepoInfoWrapper(Repository repo)
- Parameters:
repo- TheRepository
-
-
Method Detail
-
getExcludes
public List<String> getExcludes()
- Specified by:
getExcludesin interfaceRepositoryInfo
-
getGroupVersionAlignments
public List<GroupVersionAlignment> getGroupVersionAlignments()
- Specified by:
getGroupVersionAlignmentsin interfaceRepositoryInfo
-
getIncludes
public List<String> getIncludes()
- Specified by:
getIncludesin interfaceRepositoryInfo
-
getScope
public String getScope()
- Specified by:
getScopein interfaceRepositoryInfo
-
isIncludeMetadata
public boolean isIncludeMetadata()
- Specified by:
isIncludeMetadatain interfaceRepositoryInfo
-
-