public class MConfiguration extends MNamedIdElement
Constructor and Description |
---|
MConfiguration()
Create a new configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
addArgument(Object argument)
Add an argument.
|
void |
addPool(MPool pool)
Add a pool.
|
List |
getArguments()
Get the arguments.
|
List |
getPools()
Get the pools.
|
getDescription, getName, getPropertyNames, getPropertyValue, hasPropertyValue, setDescription, setName, setPropertyValue
addAnnotation, getAnnotations
getId, setId
public void addArgument(Object argument)
argument
- The argument.public List getArguments()
public void addPool(MPool pool)
pool
- The pool.public List getPools()
Copyright © 2012. All Rights Reserved.