no message
This commit is contained in:
@@ -46,6 +46,9 @@ public abstract class TestingPackage<J> extends riDBObject {
|
||||
public File getLocalWorkspace() {
|
||||
return new File(getHomeDirectory(), String.valueOf(id));
|
||||
}
|
||||
public boolean isLoaded() {
|
||||
return new File(getLocalWorkspace(), Constants.LOADED).exists();
|
||||
}
|
||||
//------------------------
|
||||
@Description("IGNORED")
|
||||
public J package_json = null;
|
||||
|
||||
Reference in New Issue
Block a user