Class OConsoleCommandCollection
java.lang.Object
com.orientechnologies.common.console.OConsoleCommandCollection
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
context
-
-
Constructor Details
-
OConsoleCommandCollection
public OConsoleCommandCollection()
-