Uses of Interface
org.codehaus.mojo.properties.managers.PropertiesManager
Packages that use PropertiesManager
-
Uses of PropertiesManager in org.codehaus.mojo.properties
Methods in org.codehaus.mojo.properties that return PropertiesManagerModifier and TypeMethodDescriptionprotected PropertiesManager
AbstractPropertiesMojo.getPropertiesManager
(String resourceExtension) Constructor parameters in org.codehaus.mojo.properties with type arguments of type PropertiesManagerModifierConstructorDescriptionprotected
AbstractPropertiesMojo
(List<PropertiesManager> propertiesManagers) protected
AbstractWritePropertiesMojo
(List<PropertiesManager> propertiesManagers) ReadPropertiesMojo
(List<PropertiesManager> propertiesManagers) Default constructorprotected
WriteActiveProfileProperties
(List<PropertiesManager> propertiesManagers) Default constructorprotected
WriteProjectProperties
(List<PropertiesManager> propertiesManagers) Default constructor -
Uses of PropertiesManager in org.codehaus.mojo.properties.managers
Classes in org.codehaus.mojo.properties.managers that implement PropertiesManagerModifier and TypeClassDescriptionclass
Properties manager using JDK properties as backand.