|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface MappingFileRefactoringParticipant
| Nested Class Summary | |
|---|---|
static class |
MappingFileRefactoringParticipant.DeleteMappingFileEditsTransformer
|
static class |
MappingFileRefactoringParticipant.MoveFolderEditsTransformer
|
static class |
MappingFileRefactoringParticipant.MoveMappingFileEditsTransformer
|
static class |
MappingFileRefactoringParticipant.RenameFolderEditsTransformer
|
static class |
MappingFileRefactoringParticipant.RenameMappingFileEditsTransformer
|
| Method Summary | |
|---|---|
Iterable<DeleteEdit> |
createDeleteMappingFileEdits(IFile file)
Create delete edits for deleting any references to the specified file Return an empty collection if there are no references to the specified file. |
Iterable<ReplaceEdit> |
createMoveFolderEdits(IFolder originalFolder,
IPath destination)
Create replace edits for moving any references to the specified original folder to the specified destination. |
Iterable<ReplaceEdit> |
createMoveMappingFileEdits(IFile originalFile,
IPath destination)
Create replace edits for moving any references to the specified original file to the specified destination. |
Iterable<ReplaceEdit> |
createRenameFolderEdits(IFolder originalFolder,
String newName)
Create replace edits for renaming any references to the specified original folder to the specified new name. |
Iterable<ReplaceEdit> |
createRenameMappingFileEdits(IFile originalFile,
String newName)
Create replace edits for renaming any references to the specifie original file to the specified new name. |
| Method Detail |
|---|
Iterable<DeleteEdit> createDeleteMappingFileEdits(IFile file)
Iterable<ReplaceEdit> createRenameFolderEdits(IFolder originalFolder,
String newName)
Iterable<ReplaceEdit> createRenameMappingFileEdits(IFile originalFile,
String newName)
Iterable<ReplaceEdit> createMoveMappingFileEdits(IFile originalFile,
IPath destination)
Iterable<ReplaceEdit> createMoveFolderEdits(IFolder originalFolder,
IPath destination)
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||