Class OConsoleCommandCollection

java.lang.Object
com.orientechnologies.common.console.OConsoleCommandCollection

public abstract class OConsoleCommandCollection extends Object
Commun interface for addtitional console commands. Instances of this class are discovered throught serviceLoaders. It should be declared in file : META-INF/services/com.orientechnologies.common.console.OConsoleCommandCollection

This interface is empty, all wanted commands are expected to be annoted with ConsoleCommand.

Author:
Johann Sorel (Geomatys)
  • Field Details

  • Constructor Details

    • OConsoleCommandCollection

      public OConsoleCommandCollection()