Package org.apache.maven.api.feature
Class Features
java.lang.Object
org.apache.maven.api.feature.Features
Centralized class for Maven Core feature information.
Features configured are supposed to be final in a given maven session.
- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
consumerPom
(Map<String, String> userProperties, boolean def) Check if the consumer POM feature is active.static boolean
consumerPom
(Properties userProperties) Check if the consumer POM feature is active.private static boolean
private static boolean
private static boolean
doGet
(Properties userProperties, String key, boolean def)
-
Constructor Details
-
Features
private Features()
-
-
Method Details
-
consumerPom
Check if the consumer POM feature is active. -
consumerPom
Check if the consumer POM feature is active. -
doGet
-
doGet
-
doGet
-