public final class PadreWriteXml
extends java.lang.Object
Constructor and Description |
---|
PadreWriteXml(java.util.List<PDRObject> pdrObjects)
Writes the provided list of PDR objects to PaDRe.
|
PadreWriteXml(PDRObject pdrObject)
Writes the provided single PDR object to PaDRe.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute()
Executes the implemented PaDRe command.
|
public PadreWriteXml(PDRObject pdrObject) throws PadreCommandException
pdrObject
- Object to be written.PadreCommandException
- Could not write to PaDRe.public PadreWriteXml(java.util.List<PDRObject> pdrObjects) throws PadreCommandException
pdrObjects
- Objects to be written.PadreCommandException
- Could not write to PaDRe.public java.lang.Object execute() throws PadreCommandException
PadreCommandException
- Could not successfully execute PaDRe command.AbstractPadreCommand.execute()