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