|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.main.queryFile.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 terminalpublic java.lang.String query(java.util.logging.Logger logger, java.util.Properties properties)
QueryFileHandler
query
in interface QueryFileHandler
logger
- 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 |