org.drools.ide.common.assistant.info.drl
Class DRLRuleRefactorInfo

java.lang.Object
  extended by org.drools.ide.common.assistant.info.drl.DRLRuleRefactorInfo
All Implemented Interfaces:
RuleRefactorInfo

public class DRLRuleRefactorInfo
extends Object
implements RuleRefactorInfo


Constructor Summary
DRLRuleRefactorInfo()
           
 
Method Summary
 void addContent(DRLContentTypeEnum type, Integer offset, String content)
           
 void addContent(DRLContentTypeEnum type, int offset, String content, String ruleName, List<RuleLineContentInfo> lhs, List<RuleLineContentInfo> rhs)
           
 RuleBasicContentInfo getContentAt(int offset)
           
 List<RuleBasicContentInfo> getImports()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRLRuleRefactorInfo

public DRLRuleRefactorInfo()
Method Detail

addContent

public void addContent(DRLContentTypeEnum type,
                       Integer offset,
                       String content)

addContent

public void addContent(DRLContentTypeEnum type,
                       int offset,
                       String content,
                       String ruleName,
                       List<RuleLineContentInfo> lhs,
                       List<RuleLineContentInfo> rhs)

getContentAt

public RuleBasicContentInfo getContentAt(int offset)

getImports

public List<RuleBasicContentInfo> getImports()


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