Package de.uni_kiel.rz.fdr.repl
Class REPLAgentStartup
java.lang.Object
de.uni_kiel.rz.fdr.repl.REPLAgentStartup
This class control the startup process when using the agent. It is only used in a static context.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic ClassLoader
The REPL's configured ClassLoaderstatic String
The REPL's configured class path -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
classPath
The REPL's configured class path -
classLoader
The REPL's configured ClassLoader
-
-
Constructor Details
-
REPLAgentStartup
public REPLAgentStartup()
-
-
Method Details
-
main
public static void main(String[] args) throws IOException, InterruptedException, InsufficientAccessRightsException, CompilationException, StartupException, ClassLoadingException You can run this .jar as a standalone executable and get a SSH interface only.- Parameters:
args
- The command-line paramenters.- Throws:
IOException
- A file could not be accessed.InterruptedException
- The program was interrupted.InsufficientAccessRightsException
- cau-repl does not have the required JVM permissions.CompilationException
- Some of your Groovy code did not compile.StartupException
- The REPL could not start, possibly due to configuration issues.ClassLoadingException
- A class could not be loaded, e.g. due to class path issues.
-