org.extex.main.tex
Interface QueryFileHandler
- All Known Implementing Classes:
- QueryFileHandlerTeXImpl
public interface QueryFileHandler
This interface describes the capability to query the user for an input file
name.
This usually involves the querying the user for the information is some way.
- Version:
- $Revision: 5318 $
- Author:
- Gerd Neugebauer
|
Method Summary |
java.lang.String |
query(java.util.logging.Logger logger,
java.util.Properties properties)
Query the name of a input file. |
query
java.lang.String query(java.util.logging.Logger logger,
java.util.Properties properties)
- Query the name of a input file.
- Parameters:
logger - the logger stream for output messagesproperties - the properties
- Returns:
- the file name or
null if none has been given