Uses of Class
com.sun.javatest.Command
-
Packages that use Command Package Description com.sun.javatest.lib This package contains miscellaneous library code that may be used by tests and frameworks. -
-
Uses of Command in com.sun.javatest.lib
Subclasses of Command in com.sun.javatest.lib Modifier and Type Class Description classExecStdTestOtherJVMCmdThis is a modification ofProcessCommandsuitable for executing standard tests in a separate JVM.classExecStdTestSameJVMCmdExecStdTestSameJVMCmd executes a standard test (one that implements the Test interface) in the same Java Virtual Machine as the caller.classJavaCompileCommandInvoke a Java compiler via reflection.classProcessCommandA Command to execute an arbitrary OS command.
-