Class MavenPropertiesLoader
java.lang.Object
org.apache.maven.cli.props.MavenPropertiesLoader
Deprecated.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
MavenPropertiesLoaderpublic MavenPropertiesLoader()Deprecated.
 
- 
- 
Method Details- 
loadPropertiespublic static void loadProperties(Properties properties, Path path, UnaryOperator<String> callback, boolean escape) throws IOException Deprecated.- Throws:
- IOException
 
- 
substituteDeprecated.
- 
substVars
 
-