Package org.eclipse.compare.patch
Class ReaderCreator
java.lang.Object
org.eclipse.compare.patch.ReaderCreator
Abstract class for creating readers.
- Since:
- org.eclipse.compare.core 3.5
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns whether the reader can be created.abstract ReaderCreates new reader.
- 
Constructor Details- 
ReaderCreatorpublic ReaderCreator()
 
- 
- 
Method Details- 
createReaderCreates new reader. The caller is responsible for closing the reader when finished.- Returns:
- a reader
- Throws:
- CoreException- if the reader can't be created
 
- 
canCreateReaderpublic boolean canCreateReader()Returns whether the reader can be created.- Returns:
- true if the reader can be created, false otherwise
 
 
-