Class TextFileContentRefactoringAdapterFactory

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IAdapterFactory

    public class TextFileContentRefactoringAdapterFactory
    extends Object
    implements org.eclipse.core.runtime.IAdapterFactory
    Implementation of IAdapterFactory for creating TextFileContentChangeNode in refactoring preview
    • Constructor Detail

      • TextFileContentRefactoringAdapterFactory

        public TextFileContentRefactoringAdapterFactory()
    • Method Detail

      • getAdapterList

        public Class<?>[] getAdapterList()
        Specified by:
        getAdapterList in interface org.eclipse.core.runtime.IAdapterFactory
      • getAdapter

        public <T> T getAdapter​(Object adaptableObject,
                                Class<T> adapterType)
        Specified by:
        getAdapter in interface org.eclipse.core.runtime.IAdapterFactory