Package org.apache.maven.cli.props
Class MavenPropertiesLoader
java.lang.Object
org.apache.maven.cli.props.MavenPropertiesLoader
Deprecated.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
loadProperties
(Properties properties, Path path, Function<String, String> callback, boolean escape) Deprecated.static void
substitute
(MavenProperties props, Function<String, String> callback) Deprecated.static String
Deprecated.
-
Field Details
-
INCLUDES_PROPERTY
Deprecated.- See Also:
-
OVERRIDE_PREFIX
Deprecated.- See Also:
-
-
Constructor Details
-
MavenPropertiesLoader
public MavenPropertiesLoader()Deprecated.
-
-
Method Details
-
loadProperties
public static void loadProperties(Properties properties, Path path, Function<String, String> callback, boolean escape) throws IOExceptionDeprecated.- Throws:
IOException
-
substitute
Deprecated. -
substVars
public static String substVars(String value, String name, Map<String, String> props, Function<String, String> callback) Deprecated.
-