Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.context.persistence
Class MappingFileRefactoringParticipant.MoveFolderEditsTransformer

java.lang.Object
  extended by org.eclipse.jpt.common.utility.internal.transformer.TransformerAdapter<MappingFileRefactoringParticipant,Iterable<ReplaceEdit>>
      extended by org.eclipse.jpt.jpa.core.context.persistence.MappingFileRefactoringParticipant.MoveFolderEditsTransformer
All Implemented Interfaces:
org.eclipse.jpt.common.utility.transformer.Transformer<MappingFileRefactoringParticipant,Iterable<ReplaceEdit>>
Enclosing interface:
MappingFileRefactoringParticipant

public static class MappingFileRefactoringParticipant.MoveFolderEditsTransformer
extends org.eclipse.jpt.common.utility.internal.transformer.TransformerAdapter<MappingFileRefactoringParticipant,Iterable<ReplaceEdit>>


Field Summary
protected  IPath destination
           
protected  IFolder originalFolder
           
 
Constructor Summary
MappingFileRefactoringParticipant.MoveFolderEditsTransformer(IFolder originalFolder, IPath destination)
           
 
Method Summary
 Iterable<ReplaceEdit> transform(MappingFileRefactoringParticipant participant)
           
 
Methods inherited from class org.eclipse.jpt.common.utility.internal.transformer.TransformerAdapter
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

originalFolder

protected final IFolder originalFolder

destination

protected final IPath destination
Constructor Detail

MappingFileRefactoringParticipant.MoveFolderEditsTransformer

public MappingFileRefactoringParticipant.MoveFolderEditsTransformer(IFolder originalFolder,
                                                                    IPath destination)
Method Detail

transform

public Iterable<ReplaceEdit> transform(MappingFileRefactoringParticipant participant)
Specified by:
transform in interface org.eclipse.jpt.common.utility.transformer.Transformer<MappingFileRefactoringParticipant,Iterable<ReplaceEdit>>
Overrides:
transform in class org.eclipse.jpt.common.utility.internal.transformer.TransformerAdapter<MappingFileRefactoringParticipant,Iterable<ReplaceEdit>>

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.