Package org.apache.maven.api
Interface DependencyProperties
Dependency properties supported by Maven Core.
- Since:
- 4.0.0
-
Field Details
-
FLAG_INCLUDES_DEPENDENCIES
Boolean 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_CONSTITUENT
Boolean 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
-
asMap
Returns immutable "map view" of all the properties. -
checkFlag
Returnstrueif given flag istrue.
-