65666768697071
private final ResourceStore systemStore; private final Runtime runtime; public RuntimeEnvironment(Runtime runtime) { this(runtime, new DefaultResourceStore("SystemResources"), new DefaultMatchPolicy()); }
61626364656667
60616263646566
public class RuntimeEnvironment extends AbstractEnvironment { private final ResourceStore systemStore; public RuntimeEnvironment(Runtime runtime) { this(runtime, new DefaultResourceStore("SystemResources"), new DefaultMatchPolicy()); }
62636465666768