public final class PadreSingleReadXml
extends java.lang.Object
Constructor and Description |
---|
PadreSingleReadXml(java.lang.String identifier)
Reads the PDR object with the given Identifier from PaDRe.
|
public PadreSingleReadXml(java.lang.String identifier) throws PadreCommandException
identifier
- Identifier of requested object.PadreCommandException
- Could not read from PaDRe.public PDRObject execute() throws PadreCommandException
PadreCommandException
- Could not successfully execute PaDRe command.AbstractPadreCommand.execute()