public final class PadreGetProjects
extends java.lang.Object
Constructor and Description |
---|
PadreGetProjects()
Returns available project IDs.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
execute()
Executes the implemented PaDRe command.
|
public PadreGetProjects() throws PadreCommandException
PadreCommandException
- Could not get project IDs.public java.util.List<java.lang.String> execute() throws PadreCommandException
PadreCommandException
- Could not successfully execute PaDRe command.AbstractPadreCommand.execute()