Uses of Interface
de.gebit.integrity.runner.forking.Forker
-
Packages that use Forker Package Description de.gebit.integrity.runner.forking -
-
Uses of Forker in de.gebit.integrity.runner.forking
Classes in de.gebit.integrity.runner.forking that implement Forker Modifier and Type Class Description classDefaultForkerA default forking implementation.Constructors in de.gebit.integrity.runner.forking with parameters of type Forker Constructor Description Fork(ForkDefinition aDefinition, Forker aForker, String[] someCommandLineArguments, int aMainPortNumber, TestRunnerCallback aCallback, SetList aSetList, IntegrityRemotingServer aServer, ForkCallback aForkCallback)Creates a new fork.
-