SPF_InsertPrivateFromGUI
v++
This commit is contained in:
@@ -91,6 +91,7 @@ public class AddSapforPackage extends AddObjectPass<SapforPackage> {
|
||||
return true;
|
||||
}
|
||||
public boolean getConfigurationCommands(SapforConfiguration sapforConfiguration) {
|
||||
int headers_count = 0;
|
||||
//1. получить список всех команд.
|
||||
Vector<PassCode_2021> codes = new Vector<>();
|
||||
//-- счетчик завершающих команд.
|
||||
@@ -120,6 +121,8 @@ public class AddSapforPackage extends AddObjectPass<SapforPackage> {
|
||||
))
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
//--
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Global;
|
||||
import Common.UI.UI;
|
||||
import Common.Utils.Utils;
|
||||
import TestingSystem.SAPFOR.SapforPackage.SapforPackage;
|
||||
import Visual_DVM_2021.Passes.DeleteTestingPackages;
|
||||
@@ -9,6 +10,10 @@ public class DeleteSapforPackage extends DeleteTestingPackages<SapforPackage> {
|
||||
public DeleteSapforPackage() {
|
||||
super(SapforPackage.class);
|
||||
}
|
||||
protected void showPreparation() throws Exception {
|
||||
super.showPreparation();
|
||||
UI.getMainWindow().getTestingWindow().DropSapforComparison();
|
||||
}
|
||||
@Override
|
||||
protected File getPackagesHome() {
|
||||
return Global.SapforPackagesDirectory;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Visual_DVM_2021.Passes.SapforTransformation;
|
||||
public class SPF_InsertPrivateFromGUI extends SapforTransformation {
|
||||
}
|
||||
Reference in New Issue
Block a user