Package org.eclipse.emf.cdo.spi.server
Class CDOCommand.WithRepository
java.lang.Object
org.eclipse.net4j.util.factory.Factory
org.eclipse.emf.cdo.spi.server.CDOCommand
org.eclipse.emf.cdo.spi.server.CDOCommand.WithRepository
- All Implemented Interfaces:
org.eclipse.net4j.util.factory.IFactory
,org.eclipse.net4j.util.factory.IFactoryKeyAware
- Direct Known Subclasses:
CDOCommand.WithAccessor
- Enclosing class:
- CDOCommand
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.cdo.spi.server.CDOCommand
CDOCommand.CommandException, CDOCommand.CommandParameter, CDOCommand.WithAccessor, CDOCommand.WithRepository
-
Field Summary
Fields inherited from class org.eclipse.emf.cdo.spi.server.CDOCommand
INDENT, PRODUCT_GROUP
Fields inherited from class org.eclipse.net4j.util.factory.Factory
NO_DESCRIPTION
-
Constructor Summary
ConstructorDescriptionWithRepository
(String name, String description) WithRepository
(String name, String description, CDOCommand.CommandParameter... parameters) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
abstract void
execute
(InternalRepository repository, String[] args) Methods inherited from class org.eclipse.emf.cdo.spi.server.CDOCommand
create, duration, execute, executeCommand, getDescription, getInterpreter, getName, getParameters, getSyntax, optional, parameter, parameter, parameters, print, printBundleResource, printDictionary, println, println, printStackTrace, setInterpreter, trimFirstArgument
Methods inherited from class org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getFactoryKey, getKey, getProductGroup, getType, productCreationException, productCreationException, setFactoryKey, toString
-
Constructor Details
-
WithRepository
-
WithRepository
-
-
Method Details
-
execute
- Specified by:
execute
in classCDOCommand
- Throws:
Exception
-
execute
- Throws:
Exception
-