|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.main.tex.QueryFileHandlerTeXImpl
public class QueryFileHandlerTeXImpl
This class implements the
If the file name starts with a backslash then it is prepended to the code to be executed. and no file name is returned.
| Constructor Summary | |
|---|---|
QueryFileHandlerTeXImpl()
Creates a new object. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
promptAndReadLine(Localizer localizer,
java.util.logging.Logger logger,
java.lang.String prompt)
Read a line of characters from the standard input stream after a prompt has been shown. |
java.lang.String |
query(java.util.logging.Logger logger,
java.util.Properties properties)
Query the name of a input file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryFileHandlerTeXImpl()
| Method Detail |
|---|
protected java.lang.String promptAndReadLine(Localizer localizer,
java.util.logging.Logger logger,
java.lang.String prompt)
throws java.io.IOException,
HelpingException
localizer - the localizerlogger - the loggerprompt - the prompt to present before the input is allowed
null to signal EOF
java.io.IOException - in case of an error during IO. This is rather
unlikely
HelpingException - in case of EOF on terminal
public java.lang.String query(java.util.logging.Logger logger,
java.util.Properties properties)
query in interface QueryFileHandlerlogger - the logger stream for output messagesproperties - the properties
null if none has been givenQueryFileHandler.query(
java.util.logging.Logger,
java.util.Properties)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||