public final class PadreCreateProject
extends java.lang.Object
Constructor and Description |
---|
PadreCreateProject(int project)
Creates a PaDRe store for given project id.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute()
Executes the implemented PaDRe command.
|
public PadreCreateProject(int project) throws PadreCommandException
project
- Project for which to create a store.PadreCommandException
- Could not create a store.public java.lang.Object execute() throws PadreCommandException
PadreCommandException
- Could not successfully execute PaDRe command.AbstractPadreCommand.execute()