org.drools.eclipse.refactoring
Class RefactoringContent
java.lang.Object
org.drools.eclipse.refactoring.RefactoringContent
public class RefactoringContent
- extends Object
Store the files content changes when multiple files are refactored at same time.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefactoringContent
public RefactoringContent()
setProcessorHashcode
public void setProcessorHashcode(Integer processorHashcode)
getProcessorHashcode
public Integer getProcessorHashcode()
getIFileContent
public String getIFileContent(org.eclipse.core.resources.IFile file)
updateContent
public void updateContent(org.eclipse.core.resources.IFile file,
String content)
clear
public void clear()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.