Class GuidedRuleEditorServiceUtilities
- java.lang.Object
-
- org.drools.workbench.screens.guided.rule.backend.server.GuidedRuleEditorServiceUtilities
-
@ApplicationScoped public class GuidedRuleEditorServiceUtilities extends Object
Common methods shared between GuidedRuleEditorServiceImpl and GuidedRuleEditorRenameHelper
-
-
Constructor Summary
Constructors Constructor Description GuidedRuleEditorServiceUtilities()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]loadDslsForPackage(org.uberfire.backend.vfs.Path path)Load DSL definitions held in the Package relating to the provide PathList<String>loadGlobalsForPackage(org.uberfire.backend.vfs.Path path)Load Global definitions held in the Package relating to the provide Path
-
-
-
Method Detail
-
loadDslsForPackage
public String[] loadDslsForPackage(org.uberfire.backend.vfs.Path path)
Load DSL definitions held in the Package relating to the provide Path- Parameters:
path-- Returns:
-
-