Package org.apache.maven.internal.impl
Class DefaultDependencyProperties
java.lang.Object
org.apache.maven.internal.impl.DefaultDependencyProperties
- All Implemented Interfaces:
- DependencyProperties
Default implementation of artifact properties.
- 
Field SummaryFields inherited from interface org.apache.maven.api.DependencyPropertiesFLAG_CLASS_PATH_CONSTITUENT, FLAG_INCLUDES_DEPENDENCIES
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultDependencyProperties(String... flags) DefaultDependencyProperties(Map<String, String> properties) 
- 
Method Summary
- 
Constructor Details- 
DefaultDependencyProperties
- 
DefaultDependencyProperties
- 
DefaultDependencyProperties
 
- 
- 
Method Details- 
asMapDescription copied from interface:DependencyPropertiesReturns immutable "map view" of all the properties.- Specified by:
- asMapin interface- DependencyProperties
 
- 
checkFlagDescription copied from interface:DependencyPropertiesReturnstrueif given flag istrue.- Specified by:
- checkFlagin interface- DependencyProperties
 
 
-