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 Summary
Fields inherited from interface org.apache.maven.api.DependencyProperties
FLAG_CLASS_PATH_CONSTITUENT, FLAG_INCLUDES_DEPENDENCIES
-
Constructor Summary
ConstructorDescriptionDefaultDependencyProperties
(String... flags) DefaultDependencyProperties
(Map<String, String> properties) -
Method Summary
-
Constructor Details
-
DefaultDependencyProperties
-
DefaultDependencyProperties
-
DefaultDependencyProperties
-
-
Method Details
-
asMap
Description copied from interface:DependencyProperties
Returns immutable "map view" of all the properties.- Specified by:
asMap
in interfaceDependencyProperties
-
checkFlag
Description copied from interface:DependencyProperties
Returnstrue
if given flag istrue
.- Specified by:
checkFlag
in interfaceDependencyProperties
-