Package org.gorpipe.gorshell
Class GorShell
- java.lang.Object
-
- org.gorpipe.gorshell.GorShell
-
public class GorShell extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGorShell.Settings
-
Field Summary
Fields Modifier and Type Field Description GorShellSessionFactorysessionFactory
-
Constructor Summary
Constructors Constructor Description GorShell(GorShellSessionFactory sessionFactory)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearScript()static voidmain(java.lang.String[] args)voidrun()voidsetConfigFile(java.lang.String configFile)
-
-
-
Field Detail
-
sessionFactory
public GorShellSessionFactory sessionFactory
-
-
Constructor Detail
-
GorShell
public GorShell(GorShellSessionFactory sessionFactory)
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException- Throws:
java.io.IOException
-
setConfigFile
public void setConfigFile(java.lang.String configFile)
-
clearScript
public void clearScript()
-
run
public void run() throws java.io.IOException- Throws:
java.io.IOException
-
-