mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
45 lines
1.0 KiB
Java
45 lines
1.0 KiB
Java
package G;
|
|
|
|
import V.ExceptionPrintstacktrace;
|
|
import java.io.File;
|
|
|
|
public class GInterfaceCk implements db {
|
|
R a;
|
|
|
|
private String b = "";
|
|
|
|
private String c = "";
|
|
|
|
public GInterfaceCk(R paramR) {
|
|
this.a = paramR;
|
|
}
|
|
|
|
public String a() {
|
|
try {
|
|
String str = (new File(this.a.F())).getParentFile().getAbsolutePath();
|
|
return this.b + str + this.c;
|
|
} catch (Exception exception) {
|
|
if (this.a == null)
|
|
throw new ExceptionPrintstacktrace("Failed to get Working dir for, No EcuConfiguration set.");
|
|
throw new ExceptionPrintstacktrace("Failed to get Working dir for: " + this.a.c() + "\nError: " + exception.getMessage());
|
|
}
|
|
}
|
|
|
|
public void a(String paramString) {
|
|
this.b = paramString;
|
|
}
|
|
|
|
public void b(String paramString) {
|
|
this.c = paramString;
|
|
}
|
|
|
|
public String[] b() {
|
|
return new String[0];
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/cK.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |