Class MavenPropertiesLoader
java.lang.Object
org.apache.maven.cli.props.MavenPropertiesLoader
Deprecated.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidloadProperties(Properties properties, Path path, UnaryOperator<String> callback, boolean escape) Deprecated.static voidsubstitute(MavenProperties props, UnaryOperator<String> callback) Deprecated.static StringDeprecated. 
- 
Field Details
- 
INCLUDES_PROPERTY
 - 
OVERRIDE_PREFIX
 
 - 
 - 
Constructor Details
- 
MavenPropertiesLoader
public MavenPropertiesLoader()Deprecated. 
 - 
 - 
Method Details
- 
loadProperties
public static void loadProperties(Properties properties, Path path, UnaryOperator<String> callback, boolean escape) throws IOException Deprecated.- Throws:
 IOException
 - 
substitute
Deprecated. - 
substVars
 
 -