Uses of Class
aQute.libg.forker.Forker.Job
-
Packages that use Forker.Job Package Description aQute.libg.forker -
-
Uses of Forker.Job in aQute.libg.forker
Fields in aQute.libg.forker with type parameters of type Forker.Job Modifier and Type Field Description (package private) java.util.Set<Forker.Job>
Forker. executing
(package private) java.util.Map<T,Forker.Job>
Forker. waiting
Methods in aQute.libg.forker with parameters of type Forker.Job Modifier and Type Method Description (package private) void
Forker. done(Forker.Job done)
Called when the target has ran by the Job.
-