Class ClasspathContainer
java.lang.Object
org.apache.maven.repository.metadata.ClasspathContainer
- All Implemented Interfaces:
- Iterable<ArtifactMetadata>
Deprecated.
classpath container that is aware of the classpath scope
- 
Constructor SummaryConstructorsConstructorDescriptionClasspathContainer(List<ArtifactMetadata> classpath, ArtifactScopeEnum scope) Deprecated.Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionadd(ArtifactMetadata md) Deprecated.Deprecated.Deprecated.getScope()Deprecated.iterator()Deprecated.voidsetClasspath(List<ArtifactMetadata> classpath) Deprecated.voidsetScope(ArtifactScopeEnum scope) Deprecated.toString()Deprecated.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
ClasspathContainerDeprecated.
- 
ClasspathContainerDeprecated.
 
- 
- 
Method Details- 
iteratorDeprecated.- Specified by:
- iteratorin interface- Iterable<ArtifactMetadata>
 
- 
addDeprecated.
- 
getClasspathDeprecated.
- 
getClasspathAsTreeDeprecated.- Throws:
- MetadataResolutionException
 
- 
setClasspathDeprecated.
- 
getScopeDeprecated.
- 
setScopeDeprecated.
- 
toString
 
-