Package org.apache.maven.cli.props
Class MavenPropertiesLoader
java.lang.Object
org.apache.maven.cli.props.MavenPropertiesLoader
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
loadIncludes
(Path configProp, MavenProperties configProps, Function<String, String> callback) Deprecated.static void
loadProperties
(Properties properties, Path path, Function<String, String> callback, boolean escape) Deprecated.private static MavenProperties
loadPropertiesFile
(Path path, boolean failIfNotFound, Function<String, String> callback) Deprecated.private static String
Deprecated.static void
substitute
(MavenProperties props, Function<String, String> callback) Deprecated.static String
Deprecated.private static void
trimValues
(MavenProperties configProps) 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. -
loadPropertiesFile
private static MavenProperties loadPropertiesFile(Path path, boolean failIfNotFound, Function<String, String> callback) throws IOExceptionDeprecated.- Throws:
IOException
-
loadIncludes
private static void loadIncludes(Path configProp, MavenProperties configProps, Function<String, String> callback) throws IOExceptionDeprecated.- Throws:
IOException
-
trimValues
Deprecated. -
nextLocation
Deprecated. -
substVars
public static String substVars(String value, String name, Map<String, String> props, Function<String, String> callback) Deprecated.
-