public static class DefaultRefactoringDocumentProvider.FileDocument extends DefaultRefactoringDocumentProvider.AbstractRefactoringDocument
IRefactoringDocument.Provider| Constructor and Description |
|---|
DefaultRefactoringDocumentProvider.FileDocument(org.eclipse.emf.common.util.URI resourceURI,
org.eclipse.core.resources.IFile file,
IEncodingProvider encodingProvider) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.ltk.core.refactoring.Change |
createChange(String name,
org.eclipse.text.edits.TextEdit textEdit) |
org.eclipse.core.resources.IFile |
getFile() |
String |
getOriginalContents() |
equals, getURI, hashCodepublic DefaultRefactoringDocumentProvider.FileDocument(org.eclipse.emf.common.util.URI resourceURI,
org.eclipse.core.resources.IFile file,
IEncodingProvider encodingProvider)
public org.eclipse.core.resources.IFile getFile()
public org.eclipse.ltk.core.refactoring.Change createChange(String name, org.eclipse.text.edits.TextEdit textEdit)
createChange in interface IRefactoringDocumentcreateChange in class DefaultRefactoringDocumentProvider.AbstractRefactoringDocumentpublic String getOriginalContents()
Copyright © 2016. All Rights Reserved.