Drools Workbench - Guided Rule Editor - Backend 6.1.0.Beta3

org.drools.workbench.screens.guided.rule.backend.server
Class GuidedRuleEditorServiceUtilities

java.lang.Object
  extended by org.drools.workbench.screens.guided.rule.backend.server.GuidedRuleEditorServiceUtilities

@ApplicationScoped
public class GuidedRuleEditorServiceUtilities
extends Object

Common methods shared between GuidedRuleEditorServiceImpl and GuidedRuleEditorRenameHelper


Constructor Summary
GuidedRuleEditorServiceUtilities()
           
 
Method Summary
 String[] loadDslsForPackage(org.uberfire.backend.vfs.Path path)
          Load DSL definitions held in the Package relating to the provide Path
 List<String> loadGlobalsForPackage(org.uberfire.backend.vfs.Path path)
          Load Global definitions held in the Package relating to the provide Path
 org.uberfire.java.nio.base.options.CommentedOption makeCommentedOption(String commitMessage)
          Make a CommentedOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuidedRuleEditorServiceUtilities

public GuidedRuleEditorServiceUtilities()
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:

loadGlobalsForPackage

public List<String> loadGlobalsForPackage(org.uberfire.backend.vfs.Path path)
Load Global definitions held in the Package relating to the provide Path

Parameters:
path -
Returns:

makeCommentedOption

public org.uberfire.java.nio.base.options.CommentedOption makeCommentedOption(String commitMessage)
Make a CommentedOption

Parameters:
commitMessage -
Returns:

Drools Workbench - Guided Rule Editor - Backend 6.1.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.