Modifier and Type | Method and Description |
---|---|
Session |
Shell.session() |
Modifier and Type | Method and Description |
---|---|
Session |
Completion.session() |
Modifier and Type | Method and Description |
---|---|
Session |
CommandProcess.session() |
Modifier and Type | Method and Description |
---|---|
static Session |
Session.create()
Create a new empty session.
|
Session |
Session.put(String key,
Object obj)
Put some data in a session
|
Modifier and Type | Method and Description |
---|---|
Session |
Process.getSession() |
Modifier and Type | Method and Description |
---|---|
Job |
Job.setSession(Session session)
Set a session on the job.
|
Process |
Process.setSession(Session session)
Set the process session
|
Modifier and Type | Method and Description |
---|---|
Term |
Term.setSession(Session session)
Associate the term with a session.
|
Modifier and Type | Method and Description |
---|---|
static Session |
Session_GroovyExtension.put(Session j_receiver,
String key,
Object obj) |
Modifier and Type | Method and Description |
---|---|
static <T> Object |
Session_GroovyExtension.get(Session j_receiver,
String key) |
static Session |
Session_GroovyExtension.put(Session j_receiver,
String key,
Object obj) |
static <T> Object |
Session_GroovyExtension.remove(Session j_receiver,
String key) |
Modifier and Type | Method and Description |
---|---|
Session |
Session.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Session |
Session.newInstance(Session arg) |
Constructor and Description |
---|
Session(Session delegate) |
Copyright © 2017. All rights reserved.