Uses of Class
com.sun.javatest.Command
Packages that use Command
Package
Description
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.libModifier and TypeClassDescriptionclass
This is a modification ofProcessCommand
suitable for executing standard tests in a separate JVM.class
ExecStdTestSameJVMCmd executes a standard test (one that implements the Test interface) in the same Java Virtual Machine as the caller.class
Invoke a Java compiler via reflection.class
A Command to execute an arbitrary OS command.