Package org.eclipse.emf.cdo.spi.server
Klasse CDOCommand
java.lang.Object
org.eclipse.net4j.util.factory.Factory
org.eclipse.emf.cdo.spi.server.CDOCommand
- Alle implementierten Schnittstellen:
org.eclipse.net4j.util.factory.IFactory
,org.eclipse.net4j.util.factory.IFactoryKeyAware
- Bekannte direkte Unterklassen:
CDOCommand.WithRepository
public abstract class CDOCommand
extends org.eclipse.net4j.util.factory.Factory
- Seit:
- 4.3
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic final class
static final class
static class
static class
-
Feldübersicht
FelderVon Klasse geerbte Felder org.eclipse.net4j.util.factory.Factory
NO_DESCRIPTION
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCDOCommand
(String name, String description) CDOCommand
(String name, String description, CDOCommand.CommandParameter... parameters) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal CDOCommand
protected final String
duration()
final void
execute()
abstract void
final Object
executeCommand
(String cmd) final String
final CommandInterpreter
final String
getName()
final CDOCommand.CommandParameter[]
final String
static CDOCommand.CommandParameter
static CDOCommand.CommandParameter
static CDOCommand.CommandParameter
static CDOCommand.CommandParameter[]
parameters
(CDOCommand.CommandParameter parameter, CDOCommand.CommandParameter[] parameters) final void
final void
printBundleResource
(org.osgi.framework.Bundle bundle, String resource) final void
printDictionary
(Dictionary<?, ?> dic, String title) final void
println()
final void
final void
final void
setInterpreter
(CommandInterpreter interpreter) protected static String[]
trimFirstArgument
(String[] args) Von Klasse geerbte Methoden org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getFactoryKey, getKey, getProductGroup, getType, productCreationException, productCreationException, setFactoryKey, toString
-
Felddetails
-
PRODUCT_GROUP
- Siehe auch:
-
INDENT
- Siehe auch:
-
-
Konstruktordetails
-
CDOCommand
-
CDOCommand
-
-
Methodendetails
-
create
public final CDOCommand create(String description) throws org.eclipse.net4j.util.factory.ProductCreationException - Löst aus:
org.eclipse.net4j.util.factory.ProductCreationException
-
getInterpreter
-
setInterpreter
-
getName
-
getDescription
-
getParameters
-
getSyntax
-
executeCommand
-
print
-
println
public final void println() -
println
-
printStackTrace
-
printDictionary
-
printBundleResource
-
execute
- Löst aus:
Exception
-
duration
- Seit:
- 4.8
-
execute
- Löst aus:
Exception
-
parameters
public static CDOCommand.CommandParameter[] parameters(CDOCommand.CommandParameter parameter, CDOCommand.CommandParameter[] parameters) -
parameter
-
parameter
-
optional
-
trimFirstArgument
-