Class ReaderCreator

java.lang.Object
org.eclipse.compare.patch.ReaderCreator

public abstract class ReaderCreator extends Object
Abstract class for creating readers.
Since:
org.eclipse.compare.core 3.5
  • Constructor Details

    • ReaderCreator

      public ReaderCreator()
  • Method Details

    • createReader

      public abstract Reader createReader() throws CoreException
      Creates new reader. The caller is responsible for closing the reader when finished.
      Returns:
      a reader
      Throws:
      CoreException - if the reader can't be created
    • canCreateReader

      public boolean canCreateReader()
      Returns whether the reader can be created.
      Returns:
      true if the reader can be created, false otherwise