public abstract class ReaderCreator extends Object
Constructor and Description |
---|
ReaderCreator() |
Modifier and Type | Method and Description |
---|---|
boolean |
canCreateReader()
Returns whether the reader can be created.
|
abstract Reader |
createReader()
Creates new reader.
|
public abstract Reader createReader() throws CoreException
CoreException
- if the reader can't be createdpublic boolean canCreateReader()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.