public final class PadreGetInstance
extends java.lang.Object
Constructor and Description |
---|
PadreGetInstance()
Returns PaDRe's instance ID.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
execute()
Executes the implemented PaDRe command.
|
public PadreGetInstance() throws PadreCommandException
PadreCommandException
- Could not get instance ID.public java.lang.String execute() throws PadreCommandException
PadreCommandException
- Could not successfully execute PaDRe command.AbstractPadreCommand.execute()