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 MavenProperties
MavenPropertiesLoader.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 void
MavenPropertiesLoader.loadIncludes
(Path configProp, MavenProperties configProps, Function<String, String> callback) Deprecated.static void
MavenPropertiesLoader.substitute
(MavenProperties props, Function<String, String> callback) Deprecated.private static void
MavenPropertiesLoader.trimValues
(MavenProperties configProps) Deprecated.boolean
MavenProperties.update
(MavenProperties properties) Deprecated.