Uses of Class
com.Prominic.runtime.NRuntime

Packages that use NRuntime
com.Prominic.runtime   
 

Uses of NRuntime in com.Prominic.runtime
 

Subclasses of NRuntime in com.Prominic.runtime
 class DefaultNRuntime
          Wrapper of the NRuntime around the default Java Runtime.
 class DefaultUnixRuntime
          Insert the type's description here.
 

Fields in com.Prominic.runtime declared as NRuntime
private static NRuntime NRuntime.runtime
           
 

Methods in com.Prominic.runtime that return NRuntime
static NRuntime NRuntime.getRuntime()
          Insert the method's description here.
 

Methods in com.Prominic.runtime with parameters of type NRuntime
static void NRuntime.setRuntime(NRuntime newRuntime)
          Insert the method's description here.