no message
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package TestingSystem.DVM.DVMPackage;
|
||||
import Common.Database.DBObject;
|
||||
import Common.Global;
|
||||
import TestingSystem.Common.TestingPackage.TestingPackage;
|
||||
|
||||
import java.io.File;
|
||||
public class DVMPackage extends TestingPackage {
|
||||
public String PID = ""; //сишная часть.
|
||||
//---
|
||||
@@ -24,4 +27,8 @@ public class DVMPackage extends TestingPackage {
|
||||
user_workspace = tasksPackage.user_workspace;
|
||||
user_password = tasksPackage.user_password;
|
||||
}
|
||||
public File getLocalWorkspace(){
|
||||
return new File(Global.PackagesDirectory, id);
|
||||
}
|
||||
//public File
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user