Package org.apache.maven.api
Interface DependencyProperties
Dependency properties supported by Maven Core.
- Since:
- 4.0.0
- 
Field Details- 
FLAG_INCLUDES_DEPENDENCIESBoolean flag telling that dependency contains all of its dependencies. Value of this key should be parsed withBoolean.parseBoolean(String)to obtain value.Important: this flag must be kept in sync with resolver! (as is used during collection) - See Also:
 
- 
FLAG_CLASS_PATH_CONSTITUENTBoolean flag telling that dependency is meant to be placed on class path. Value of this key should be parsed withBoolean.parseBoolean(String)to obtain value.- See Also:
 
 
- 
- 
Method Details- 
asMapReturns immutable "map view" of all the properties.
- 
checkFlagReturnstrueif given flag istrue.
 
-