Uses of Class
org.apache.maven.cli.props.MavenProperties
Packages that use MavenProperties
-
Uses of MavenProperties in org.apache.maven.cli.props
Methods in org.apache.maven.cli.props that return MavenPropertiesModifier and TypeMethodDescriptionprivate static MavenPropertiesMavenPropertiesLoader.loadPropertiesFile(Path path, boolean failIfNotFound, Function<String, String> callback) Deprecated.Methods in org.apache.maven.cli.props with parameters of type MavenPropertiesModifier and TypeMethodDescriptionprivate static voidMavenPropertiesLoader.loadIncludes(Path configProp, MavenProperties configProps, Function<String, String> callback) Deprecated.static voidMavenPropertiesLoader.substitute(MavenProperties props, Function<String, String> callback) Deprecated.private static voidMavenPropertiesLoader.trimValues(MavenProperties configProps) Deprecated.booleanMavenProperties.update(MavenProperties properties) Deprecated.