
org.ow2.frascati.fscript.console.commands.properties Maven / Gradle / Ivy
The newest version!
# :load
command.load.class = org.ow2.frascati.fscript.console.commands.LoadCommand
command.load.shortDesc = Load new procedure definitions from a file.
command.load.longDesc = Syntax: :load fileSpec\n\
\n\
Load new FScript procedure definitions (functions and actions) from a source file.\n
# :eval
command.eval.class = org.ow2.frascati.fscript.console.commands.EvalCommand
command.eval.shortDesc = Evaluate an FPath expression.
command.eval.longDesc = Syntax: :eval fpathExpression\n\
\n\
Evaluate the given FPath expression, and prints the resutling value. It is\n\
automatically invoked when no command is provided and the user input\n\
looks like an expression.\n\
# :exec
command.exec.class = org.ow2.frascati.fscript.console.commands.ExecCommand
command.exec.shortDesc = Execute a single FScript statement.
command.exec.longDesc = Syntax: :exec fscriptStatement\n
# :run
command.run.class = org.ow2.frascati.fscript.console.commands.RunCommand
command.run.shortDesc = Launch a 'Runnable' component interface.
command.run.longDesc = Syntax: :run aRunnableInterface\n
# :classpath_add
command.classpath_add.class = org.ow2.frascati.fscript.console.commands.ClassPathAddCommand
command.classpath_add.shortDesc = Make an URL available in the classpath.
command.classpath_add.longDesc = Syntax: :classpath_add url\n
# :info
command.info.class = org.ow2.frascati.fscript.console.commands.InfoCommand
command.info.shortDesc = Show information about a procedure
command.info.longDesc = Syntax: :info procName\n
# :list
command.list.class = org.ow2.frascati.fscript.console.commands.ListCommand
command.list.shortDesc = Show the list of available procedures
command.list.longDesc = Syntax: :list\n
# :vars
command.vars.class = org.ow2.frascati.fscript.console.commands.VarsCommand
command.vars.shortDesc = Show the global variables
command.vars.longDesc = Syntax: :vars\n
© 2015 - 2025 Weber Informatics LLC | Privacy Policy