Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
D
G
I
J
L
N
O
P
R
S
W
A
assumeLoop
- Variable in class org.codehaus.plexus.component.factory.jruby.
JRubyComponentFactory
assumePrintLoop
- Variable in class org.codehaus.plexus.component.factory.jruby.
JRubyComponentFactory
autoSplit
- Variable in class org.codehaus.plexus.component.factory.jruby.
JRubyComponentFactory
D
debug
- Variable in class org.codehaus.plexus.component.factory.jruby.
JRubyComponentFactory
G
getStatus()
- Method in exception org.codehaus.plexus.component.jruby.
JRubySystemExitException
I
inputs
- Variable in class org.codehaus.plexus.component.factory.jruby.
JRubyComponentFactory
invoke()
- Method in interface org.codehaus.plexus.component.jruby.
JRubyInvoker
Invokes the script after all other values are set.
invoke(OutputStream, OutputStream)
- Method in interface org.codehaus.plexus.component.jruby.
JRubyInvoker
Invokes the script after all other values are set.
invoke()
- Method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
Invokes the script after all other values are set.
invoke(OutputStream, OutputStream)
- Method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
Invokes the script after all other values are set.
J
JRubyComponentFactory
- Class in
org.codehaus.plexus.component.factory.jruby
JRubyComponentFactory()
- Constructor for class org.codehaus.plexus.component.factory.jruby.
JRubyComponentFactory
JRubyInvoker
- Interface in
org.codehaus.plexus.component.jruby
Configures and invokes the JRuby runtime.
JRubyRuntimeInvoker
- Class in
org.codehaus.plexus.component.jruby
JRubyRuntimeInvoker(Reader)
- Constructor for class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
Create a reader JRubyInvoker that reads a JRuby script from the given reader.
JRubyRuntimeInvoker(ComponentDescriptor, ClassRealm)
- Constructor for class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
Create a JRubyInvoker that runs under the context of this class loader.
JRubySystemExitException
- Exception in
org.codehaus.plexus.component.jruby
JRubySystemExitException(int)
- Constructor for exception org.codehaus.plexus.component.jruby.
JRubySystemExitException
L
libraryPaths
- Variable in class org.codehaus.plexus.component.factory.jruby.
JRubyComponentFactory
N
newInstance(ComponentDescriptor, ClassRealm, PlexusContainer)
- Method in class org.codehaus.plexus.component.factory.jruby.
JRubyComponentFactory
O
org.codehaus.plexus.component.factory.jruby
- package org.codehaus.plexus.component.factory.jruby
org.codehaus.plexus.component.jruby
- package org.codehaus.plexus.component.jruby
P
printREStackTrace(RaiseException, OutputStream)
- Static method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
processLineEnds
- Variable in class org.codehaus.plexus.component.factory.jruby.
JRubyComponentFactory
putGlobal(String, Object)
- Method in interface org.codehaus.plexus.component.jruby.
JRubyInvoker
Appends an input value with the given key to the Ruby script bas a global...
putGlobal(String, Object)
- Method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
Appends an input value with the given key to the Ruby script by prepending the following code to the Ruby script: $key = value;
R
requires
- Variable in class org.codehaus.plexus.component.factory.jruby.
JRubyComponentFactory
S
setAssumeLoop(boolean)
- Method in interface org.codehaus.plexus.component.jruby.
JRubyInvoker
As per the Ruby command line arg -n.
setAssumeLoop(boolean)
- Method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
As per the Ruby command line arg -n.
setAssumePrintLoop(boolean)
- Method in interface org.codehaus.plexus.component.jruby.
JRubyInvoker
As per the Ruby command line arg -p.
setAssumePrintLoop(boolean)
- Method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
As per the Ruby command line arg -p.
setAutoSplit(boolean)
- Method in interface org.codehaus.plexus.component.jruby.
JRubyInvoker
As per the Ruby command line arg -a.
setAutoSplit(boolean)
- Method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
As per the Ruby command line arg -a.
setCurrentDirectory(String)
- Method in interface org.codehaus.plexus.component.jruby.
JRubyInvoker
Sets the current working directory for the JRuby interpreter.
setCurrentDirectory(String)
- Method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
Sets the current running directory for JRuby.
setDebug(boolean)
- Method in interface org.codehaus.plexus.component.jruby.
JRubyInvoker
As per the Ruby command line arg -d.
setDebug(boolean)
- Method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
As per the Ruby command line arg -d.
setLibraryPaths(String[])
- Method in interface org.codehaus.plexus.component.jruby.
JRubyInvoker
Adds a library as per the Ruby command line arg -I.
setLibraryPaths(String[])
- Method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
Adds a library as per the Ruby command line arg -I.
setProcessLineEnds(boolean)
- Method in interface org.codehaus.plexus.component.jruby.
JRubyInvoker
As per the Ruby command line arg -l.
setProcessLineEnds(boolean)
- Method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
As per the Ruby command line arg -l.
setReader(Reader)
- Method in interface org.codehaus.plexus.component.jruby.
JRubyInvoker
The sole way of sending a script to this invoker object.
setReader(Reader)
- Method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
The sole way of sending a script to this invoker object.
setRequires(String[])
- Method in interface org.codehaus.plexus.component.jruby.
JRubyInvoker
Adds a 'require' file as per the Ruby command line arg -r.
setRequires(String[])
- Method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
Adds a 'require' file as per the Ruby command line arg -r.
setRuntime(Ruby)
- Method in interface org.codehaus.plexus.component.jruby.
JRubyInvoker
Not required, however if set, the invoker will tear down the runtime before exiting Invoke.
setRuntime(Ruby)
- Method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
setWarning(int)
- Method in interface org.codehaus.plexus.component.jruby.
JRubyInvoker
As per the Ruby command line arg -W#.
setWarning(int)
- Method in class org.codehaus.plexus.component.jruby.
JRubyRuntimeInvoker
As per the Ruby command line arg -W#.
W
warning
- Variable in class org.codehaus.plexus.component.factory.jruby.
JRubyComponentFactory
A
D
G
I
J
L
N
O
P
R
S
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2001-2008
Codehaus
. All Rights Reserved.