Package gw.lang
Class Gosu
java.lang.Object
gw.lang.Gosu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic List<IDirectory> deriveClasspathFrom(Class clazz) static List<IDirectory> deriveClasspathFrom_Java9(Class clazz) static List<IDirectory> static Filestatic GosuVersionstatic voidinit()Initializes Gosu using the classpath derived from the current classloader and system classpath.static voidinit(List<IDirectory> classpath) static voidstatic voidrunTest(IGosuClass gsType) static voidsetClasspath(List<IDirectory> classpath) static voidsetRawArgs(String[] args)
-
Field Details
-
NOPACKAGE
used as a virtual package e.g., for scratchpad- See Also:
-
GOSU_SCRATCHPAD_FQN
- See Also:
-
JAR_REPO_DIR
- See Also:
-
JAR_REPO_TXT
- See Also:
-
FAILED
- See Also:
-
SUCCESS
- See Also:
-
-
Constructor Details
-
Gosu
public Gosu()
-
-
Method Details
-
main
-
setClasspath
-
getClasspath
-
init
public static void init()Initializes Gosu using the classpath derived from the current classloader and system classpath. -
init
-
bootstrapGosuWhenInitiatedViaClassfile
public static boolean bootstrapGosuWhenInitiatedViaClassfile() -
deriveClasspathFrom
-
deriveClasspathFrom_Java9
-
getVersion
-
getCurrentProgram
-
getRawArgs
-
setRawArgs
-
runTest
- Throws:
Exception
-
findJreSources
-