Package org.codehaus.mojo.properties
Class AbstractPropertiesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.properties.AbstractPropertiesMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
AbstractWritePropertiesMojo
,ReadPropertiesMojo
public abstract class AbstractPropertiesMojo
extends org.apache.maven.plugin.AbstractMojo
Abstract Mojo with Properties managers support.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractPropertiesMojo
(List<PropertiesManager> propertiesManagers) -
Method Summary
Modifier and TypeMethodDescriptionprotected PropertiesManager
getPropertiesManager
(String resourceExtension) Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.plugin.Mojo
execute
-
Constructor Details
-
AbstractPropertiesMojo
-
-
Method Details
-
getPropertiesManager
-