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