org.drools.ide.common.assistant.info.drl
Class DRLRuleRefactorInfo
java.lang.Object
org.drools.ide.common.assistant.info.drl.DRLRuleRefactorInfo
- All Implemented Interfaces:
- RuleRefactorInfo
public class DRLRuleRefactorInfo
- extends Object
- implements RuleRefactorInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRLRuleRefactorInfo
public DRLRuleRefactorInfo()
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-2012 JBoss by Red Hat. All Rights Reserved.