21 lines
383 B
Java
21 lines
383 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package com.tridium.sys;
|
|
|
|
import java.io.File;
|
|
import java.io.InputStream;
|
|
|
|
public interface BootEnv {
|
|
public File getBajaHome();
|
|
|
|
public File findModule(String var1) throws Exception;
|
|
|
|
public File findTimeZoneDatabase() throws Exception;
|
|
|
|
public boolean isRemote();
|
|
|
|
public InputStream read(String var1) throws Exception;
|
|
}
|
|
|