Uses of Interface
com.orientechnologies.orient.core.command.script.formatter.OScriptFormatter
Packages that use OScriptFormatter
Package
Description
-
Uses of OScriptFormatter in com.orientechnologies.orient.core.command.script
Fields in com.orientechnologies.orient.core.command.script with type parameters of type OScriptFormatterModifier and TypeFieldDescriptionprotected Map<String, OScriptFormatter> OScriptManager.formattersMethods in com.orientechnologies.orient.core.command.script that return types with arguments of type OScriptFormatterModifier and TypeMethodDescriptionOScriptManager.getFormatters()Ask to the Script engine all the formattersMethods in com.orientechnologies.orient.core.command.script with parameters of type OScriptFormatterModifier and TypeMethodDescriptionOScriptManager.registerFormatter(String iLanguage, OScriptFormatter iFormatterImpl) -
Uses of OScriptFormatter in com.orientechnologies.orient.core.command.script.formatter
Classes in com.orientechnologies.orient.core.command.script.formatter that implement OScriptFormatterModifier and TypeClassDescriptionclassJavascript script formatter.classJavascript script formatter.classRuby script formatterclassSQL script formatter.