languages.properties

来自「Bean Scripting Framework (BSF)为在java应用中使」· PROPERTIES 代码 · 共 33 行

PROPERTIES
33
字号
# List of script types and their associated scripting engines## languageDescriptor = engineClass, ext1|ext2|... {, codebaseURL, ...}## where exti are extensions for the language. Note that we leave# all the engines enabled now and allow them to fail at load time.# This way engines can be added by just adding to the classpath# without having to edit this file. Cheating, really, but it works.#javascript = org.apache.bsf.engines.javascript.JavaScriptEngine, jsjacl = org.apache.bsf.engines.jacl.JaclEngine, jaclnetrexx = org.apache.bsf.engines.netrexx.NetRexxEngine, nrxjava = org.apache.bsf.engines.java.JavaEngine, javajavaclass = org.apache.bsf.engines.javaclass.JavaClassEngine, classbml = org.apache.bml.ext.BMLEngine, bmlvbscript = org.apache.bsf.engines.activescript.ActiveScriptEngine, vbsjscript = org.apache.bsf.engines.activescript.ActiveScriptEngine, jssperlscript = org.apache.bsf.engines.activescript.ActiveScriptEngine, plsperl = org.apache.bsf.engines.perl.PerlEngine, pljpython = org.apache.bsf.engines.jpython.JPythonEngine, pyjython = org.apache.bsf.engines.jython.JythonEngine, pylotusscript = org.apache.bsf.engines.lotusscript.LsEngine, lssxslt = org.apache.bsf.engines.xslt.XSLTEngine, xsltpnuts = pnuts.ext.PnutsBSFEngine, pnutbeanbasic = org.apache.bsf.engines.beanbasic.BeanBasicEngine, bbbeanshell = bsh.util.BeanShellBSFEngine, bshruby = org.jruby.javasupport.bsf.JRubyEngine, rbjudoscript = com.judoscript.BSFJudoEngine, judo|judgroovy = org.codehaus.groovy.bsf.GroovyEngine, groovy|gyobjectscript = oscript.bsf.ObjectScriptEngine, osprolog = ubc.cs.JLog.Extras.BSF.JLogBSFEngine, plog|prologrexx = org.rexxla.bsf.engines.rexx.RexxEngine, rex | rexx | cls | rxj | rxs

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?