A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AccessRules(Map<String,Object>) - Constructor in GroovyEngine.AccessRules
addCompleter(org.jline.reader.Completer) - Method in SystemRegistryImpl
ALL_CLASSES_COMPLETION - Field in GroovyEngine
ALL_CONSTRUCTORS_COMPLETION - Field in GroovyEngine
ALL_FIELDS_COMPLETION - Field in GroovyEngine
ALL_METHODS_COMPLETION - Field in GroovyEngine
allClasses - Field in GroovyEngine.AccessRules
allConstructors - Field in GroovyEngine.AccessRules
allFields - Field in GroovyEngine.AccessRules
allMethods - Field in GroovyEngine.AccessRules
AND - Enum Constant in SystemRegistryImpl.Pipe
append() - Method in SystemRegistryImpl.CommandData
APPEND - Enum Constant in SystemRegistryImpl.Pipe
args() - Method in SystemRegistryImpl.CommandData
AUTO - Enum Constant in GroovyEngine.Format

B

C

CANONICAL_NAMES - Field in GroovyEngine
cat(Context, java.lang.Object) - Method in GroovyPosixCommands
classLoader - Field in GroovyEngine
ClassUtils - Class in org.apache.groovy.groovysh.util
cleanUp() - Method in SystemRegistryImpl
clone(java.lang.Object) - Method in GroovyEngine.Cloner
close() - Method in SystemRegistryImpl
command() - Method in SystemRegistryImpl.CommandData
commandAliases() - Method in SystemRegistryImpl
CommandData(org.apache.groovy.groovysh.jline.SystemRegistryImpl.ArgsParser, boolean, java.lang.String, java.lang.String, java.io.File, boolean, java.lang.String) - Constructor in SystemRegistryImpl.CommandData
commandDescription(List<String>) - Method in GroovyCommands
commandDescription(org.jline.console.CmdLine) - Method in SystemRegistryImpl
commandInfo(java.lang.String) - Method in GroovyCommands
commandInfo(java.lang.String) - Method in SystemRegistryImpl
commandNames() - Method in SystemRegistryImpl
compileCompleters() - Method in SystemRegistryImpl
complete(org.jline.reader.LineReader, org.jline.reader.ParsedLine, List<Candidate>) - Method in MavenCoordinateCompleter
completer() - Method in SystemRegistryImpl
configPath - Field in SystemRegistryImpl
console(org.jline.console.CommandInput) - Method in GroovyCommands
consoleEngine() - Method in SystemRegistryImpl
consoleOption(java.lang.String, T) - Method in SystemRegistryImpl
currentDir - Property in GroovyPosixContext
currentDir() - Method in Main.ExtraConsoleCommands

D

del(java.lang.String) - Method in GroovyEngine
deserialize(java.lang.String, java.lang.String) - Method in GroovyEngine
doc(org.jline.console.CommandInput) - Method in GroovyCommands
DocFinder - Class in org.apache.groovy.groovysh.util
DocFinder() - Constructor in DocFinder

E

EngineClassLoader() - Constructor in GroovyEngine.EngineClassLoader
execute(java.lang.Object, java.lang.Object) - Method in GroovyEngine
execute(java.lang.String) - Method in GroovySystemRegistry
execute(java.lang.String) - Method in SystemRegistryImpl
ExtraConsoleCommands(java.nio.file.Path, org.apache.groovy.groovysh.jline.GroovyEngine, org.jline.reader.LineReader) - Constructor in Main.ExtraConsoleCommands

F

FIELD_MODIFIERS - Field in ObjectInspector
FIELD_NAME - Field in ObjectInspector
FIELD_PARAMETERS - Field in ObjectInspector
FIELD_RETURN - Field in ObjectInspector
file() - Method in SystemRegistryImpl.CommandData
find(java.lang.String) - Method in GroovyEngine
FLIP - Enum Constant in SystemRegistryImpl.Pipe

G

get(java.lang.Object) - Method in DocFinder
get(java.lang.String) - Method in GroovyEngine
getBuffer() - Method in GroovyEngine
getClassesForPackage(java.lang.String) - Method in JrtJavaBasePackages
getClassesForPackage(java.lang.String) - Method in PackageHelper
Attempts to list all the classes in the specified package as determined by the context class loader
getClassNamesForPackage(java.lang.String, java.lang.ClassLoader) - Method in PackageHelper
Attempts to list all the class names in the specified package as determined by the Groovy class loader classpath
getDeserializationFormats() - Method in GroovyEngine
getEngineName() - Method in GroovyEngine
getExtensions() - Method in GroovyEngine
getImports() - Method in GroovyEngine
getMethodNames() - Method in GroovyEngine
getMethods() - Method in GroovyEngine
getObjectCloner() - Method in GroovyEngine
getPackages() - Method in GroovyEngine.EngineClassLoader
getParser(java.lang.String, java.lang.String) - Method in GroovyCommands
getPipeNames() - Method in SystemRegistryImpl
getScriptCompleter() - Method in GroovyEngine
getSerializationFormats() - Method in GroovyEngine
getSyntaxHighlighter() - Method in GroovyEngine
getTypes() - Method in GroovyEngine
getUserStateDirectory() - Method in Main
getVariables() - Method in GroovyEngine
GLOBAL_META_METHODS - Field in ObjectInspector
grab(org.jline.console.CommandInput) - Method in GroovyCommands
GROOVY_COLORS - Field in GroovyEngine
GROOVY - Enum Constant in GroovyEngine.Format
GroovyBuiltins - Class in org.apache.groovy.groovysh.jline
GroovyBuiltins(org.apache.groovy.groovysh.jline.GroovyEngine, Supplier<Path>, org.jline.builtins.ConfigurationPath, org.jline.reader.LineReader, Function<String, Widget>) - Constructor in GroovyBuiltins
GroovyCommands - Class in org.apache.groovy.groovysh.jline
GroovyCommands(org.apache.groovy.groovysh.jline.GroovyEngine, Supplier<Path>, org.jline.console.Printer, org.jline.builtins.SyntaxHighlighter) - Constructor in GroovyCommands
GroovyConsoleEngine - Class in org.apache.groovy.groovysh.jline
GroovyConsoleEngine(org.jline.console.ScriptEngine, org.jline.console.Printer, Supplier<Path>, org.jline.builtins.ConfigurationPath, org.jline.reader.LineReader) - Constructor in GroovyConsoleEngine
GroovyEngine - Class in org.apache.groovy.groovysh.jline
Implements Groovy ScriptEngine.
GroovyEngine.AccessRules - Class in org.apache.groovy.groovysh.jline
GroovyEngine.Cloner - Interface in org.apache.groovy.groovysh.jline
GroovyEngine.EngineClassLoader - Class in org.apache.groovy.groovysh.jline
GroovyEngine.Format - Enum in org.apache.groovy.groovysh.jline
GroovyEngine() - Constructor in GroovyEngine
groovyOption(Map<String,Object>, java.lang.String, T) - Method in GroovyEngine
groovyOptions() - Method in GroovyEngine
GroovyPosixCommands - Class in org.apache.groovy.groovysh.jline
GroovyPosixContext - Class in org.apache.groovy.groovysh.jline
GroovyPosixContext(java.io.InputStream, java.io.PrintStream, java.io.PrintStream, java.nio.file.Path, org.jline.terminal.Terminal, Function<String, Object>) - Constructor in GroovyPosixContext
GroovySystemRegistry - Class in org.apache.groovy.groovysh.jline
GroovySystemRegistry(org.jline.reader.Parser, org.jline.terminal.Terminal, Supplier<Path>, org.jline.builtins.ConfigurationPath) - Constructor in GroovySystemRegistry
groupCommandsInHelp(boolean) - Method in SystemRegistryImpl

H

hasCommand(java.lang.String) - Method in SystemRegistryImpl
hasMoreElements() - Method in PackageHelper
hasVariable(java.lang.String) - Method in GroovyEngine
head(Context, java.lang.Object) - Method in GroovyPosixCommands

I

IDENTIFIERS_COMPLETION - Field in GroovyEngine
IMPORT - Enum Constant in SnippetType
importsCommand(org.jline.console.CommandInput) - Method in GroovyCommands
initialize(java.io.File) - Method in SystemRegistryImpl
inspect(org.jline.console.CommandInput) - Method in GroovyCommands
inspector - Property in ObjectInspector
INTERPRETER_MODE_PREFERENCE_KEY - Field in Main
invoke(java.lang.String, java.lang.Object) - Method in SystemRegistryImpl
isCommandAlias(java.lang.String) - Method in SystemRegistryImpl
isCommandOrScript(java.lang.String) - Method in GroovySystemRegistry
isCommandOrScript(java.lang.String) - Method in SystemRegistryImpl

J

JrtJavaBasePackages - Class in org.apache.groovy.groovysh.jline
Helper class to resolve java.base module classes
JSON - Enum Constant in GroovyEngine.Format

K

L

load(org.jline.console.CommandInput) - Method in GroovyCommands
loadFile(org.apache.groovy.groovysh.jline.GroovyEngine, java.io.File, boolean) - Method in GroovyCommands
lookFor(org.apache.groovy.groovysh.jline.GroovyEngine, java.lang.String) - Method in ClassUtils
ls(Context, java.lang.Object) - Method in GroovyPosixCommands

M

Main - Class in org.apache.groovy.groovysh
Groovy Repo modelled on JLine3 Groovy Repl demo
Main.ExtraConsoleCommands - Class in org.apache.groovy.groovysh
Main() - Constructor in Main
markCache() - Method in GroovyEngine.Cloner
MavenCoordinateCompleter - Class in org.apache.groovy.groovysh.jline
MavenCoordinateCompleter() - Constructor in MavenCoordinateCompleter
MAX_VALUE - Field in SnippetType
META_METHODS_COMPLETION - Field in GroovyEngine
metaMethods(boolean) - Method in ObjectInspector
METHOD_COLUMNS - Field in ObjectInspector
METHOD - Enum Constant in SnippetType
methods() - Method in ObjectInspector
methodsCommand(org.jline.console.CommandInput) - Method in GroovyCommands
MIN_VALUE - Field in SnippetType

N

name() - Method in GroovyBuiltins
name() - Method in GroovyCommands
name() - Method in GroovyConsoleEngine
name() - Method in Main.ExtraConsoleCommands
NAMED - Enum Constant in SystemRegistryImpl.Pipe
NANORC_SYNTAX - Field in GroovyEngine
NANORC_VALUE - Field in GroovyEngine
nextElement() - Method in PackageHelper
NO_SYNTAX_CHECK - Field in GroovyEngine
NONE - Enum Constant in GroovyEngine.Format

O

obj - Property in ObjectInspector
ObjectInspector - Class in org.apache.groovy.groovysh.jline
ObjectInspector(java.lang.Object) - Constructor in ObjectInspector
OR - Enum Constant in SystemRegistryImpl.Pipe

P

PackageHelper - Class in org.apache.groovy.groovysh.jline
parser - Field in SystemRegistryImpl
persist(java.nio.file.Path, java.lang.Object, java.lang.String) - Method in GroovyEngine
persist(java.nio.file.Path, java.lang.Object, org.apache.groovy.groovysh.jline.GroovyEngine.Format) - Method in Utils
pipe() - Method in SystemRegistryImpl.CommandData
PIPE - Enum Constant in SystemRegistryImpl.Pipe
println(Map<String, Object>, java.lang.Object) - Method in GroovyConsoleEngine
properties() - Method in ObjectInspector
purgeCache() - Method in GroovyEngine.Cloner
purgeClassCache(java.lang.String) - Method in GroovyEngine
purgeClassCache() - Method in GroovyEngine.EngineClassLoader
put(java.lang.String, java.lang.Object) - Method in GroovyEngine

Q

R

rawLine() - Method in SystemRegistryImpl.CommandData
REDIRECT - Enum Constant in SystemRegistryImpl.Pipe
refresh() - Method in GroovyEngine
register(java.lang.String, org.jline.console.CommandRegistry) - Method in SystemRegistryImpl
Register subcommand registry
removeImport(java.lang.String) - Method in GroovyEngine
removeMethod(java.lang.String) - Method in GroovyEngine
removeType(java.lang.String) - Method in GroovyEngine
removeVariable(java.lang.String) - Method in GroovyEngine
rename(org.apache.groovy.groovysh.jline.SystemRegistryImpl.Pipe, java.lang.String) - Method in SystemRegistryImpl
renameLocal(java.lang.String, java.lang.String) - Method in SystemRegistryImpl
reset(org.jline.console.CommandInput) - Method in GroovyCommands
reset() - Method in GroovyEngine
RESTRICTED_COMPLETION - Field in GroovyEngine

S

save(org.jline.console.CommandInput) - Method in GroovyCommands
saveFile(org.apache.groovy.groovysh.jline.GroovyEngine, java.io.File, boolean) - Method in GroovyCommands
scriptDescription(org.jline.console.CmdLine) - Method in GroovyEngine
setCommandRegistries(org.jline.console.CommandRegistry) - Method in SystemRegistryImpl
setConsoleOption(java.lang.String, java.lang.Object) - Method in SystemRegistryImpl
setGroupCommandsInHelp(boolean) - Method in SystemRegistryImpl
setObjectCloner(org.apache.groovy.groovysh.jline.GroovyEngine.Cloner) - Method in GroovyEngine
setPipe(java.lang.String) - Method in SystemRegistryImpl.CommandData
setScriptDescription(Function<CmdLine,CmdDesc>) - Method in SystemRegistryImpl
sharedData - Field in GroovyEngine
slurpcmd(org.jline.console.CommandInput) - Method in GroovyCommands
Snippet - Class in org.apache.groovy.groovysh.jline
snippet - Property in Snippet
SnippetType - Enum in org.apache.groovy.groovysh.jline
start(java.lang.String) - Method in Main
Programmatic entry point for embedding groovysh.
SYNTHETIC_METHODS_COMPLETION - Field in GroovyEngine
SystemRegistryImpl - Class in org.apache.groovy.groovysh.jline
Aggregate command registries.
SystemRegistryImpl.CommandData - Class in org.apache.groovy.groovysh.jline
SystemRegistryImpl.Pipe - Enum in org.apache.groovy.groovysh.jline
SystemRegistryImpl.UnknownCommandException - Class in org.apache.groovy.groovysh.jline
SystemRegistryImpl(org.jline.reader.Parser, org.jline.terminal.Terminal, Supplier<Path>, org.jline.builtins.ConfigurationPath) - Constructor in SystemRegistryImpl

T

tail(Context, java.lang.Object) - Method in GroovyPosixCommands
terminal() - Method in SystemRegistryImpl
toJson(java.lang.Object) - Method in GroovyEngine
toJson(java.lang.Object) - Method in Utils
toMap(java.lang.Object) - Method in GroovyEngine
toMap(java.lang.Object) - Method in Utils
toObject(java.lang.String) - Method in Utils
toString(java.lang.Object) - Method in GroovyEngine
toString() - Method in SystemRegistryImpl.CommandData
toString(java.lang.Object) - Method in Utils
trace(boolean, java.lang.Throwable) - Method in SystemRegistryImpl
type - Property in Snippet
TYPE - Enum Constant in SnippetType
types - Property in ObjectInspector
typesCommand(org.jline.console.CommandInput) - Method in GroovyCommands

U

UnknownCommandException(java.lang.String) - Constructor in SystemRegistryImpl.UnknownCommandException
Utils - Class in org.apache.groovy.groovysh.jline

V

VARIABLE - Enum Constant in SnippetType
variable() - Method in SystemRegistryImpl.CommandData
varsCommand(org.jline.console.CommandInput) - Method in GroovyCommands

W

wc(Context, java.lang.Object) - Method in GroovyPosixCommands
workDir - Field in SystemRegistryImpl

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _