Class CDOCommand.WithRepository

  • All Implemented Interfaces:
    org.eclipse.net4j.util.factory.IFactory
    Direct Known Subclasses:
    CDOCommand.WithAccessor
    Enclosing class:
    CDOCommand

    public abstract static class CDOCommand.WithRepository
    extends CDOCommand
    Author:
    Eike Stepper
    • Constructor Detail

      • WithRepository

        public WithRepository​(java.lang.String name,
                              java.lang.String description,
                              CDOCommand.CommandParameter... parameters)
      • WithRepository

        public WithRepository​(java.lang.String name,
                              java.lang.String description)
    • Method Detail

      • execute

        public final void execute​(java.lang.String[] args)
                           throws java.lang.Exception
        Specified by:
        execute in class CDOCommand
        Throws:
        java.lang.Exception
      • execute

        public abstract void execute​(InternalRepository repository,
                                     java.lang.String[] args)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception