|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
org.apache.maven.plugin.descriptor.model |
Uses of Configuration in org.apache.maven.plugin.descriptor.model |
---|
Methods in org.apache.maven.plugin.descriptor.model that return types with arguments of type Configuration | |
---|---|
List<Configuration> |
MojoDescriptor.getConfiguration()
Method getConfiguration. |
Methods in org.apache.maven.plugin.descriptor.model with parameters of type Configuration | |
---|---|
void |
MojoDescriptor.addConfiguration(Configuration configuration)
Method addConfiguration. |
void |
MojoDescriptor.removeConfiguration(Configuration configuration)
Method removeConfiguration. |
Method parameters in org.apache.maven.plugin.descriptor.model with type arguments of type Configuration | |
---|---|
void |
MojoDescriptor.setConfiguration(List<Configuration> configuration)
Set the configuration field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |