Package jline.io
Class InputOutput
java.lang.Object
jline.io.InputOutput
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidline_debug(VerboseLevel verbose, String message) Print debug message if verbose level is DEBUGstatic voidline_error(String caller, String msg) static voidline_warning(String caller, String msg, Object... args) static voidline_warning_always(String caller, String msg, Object... args) Emit a warning without the repeat suppression applied byline_warning(java.lang.String, java.lang.String, java.lang.Object...).static Stringstatic voidWrites the given XML Document object to a specified output file.
-
Method Details
-
line_debug
Print debug message if verbose level is DEBUG -
line_warning_always
Emit a warning without the repeat suppression applied byline_warning(java.lang.String, java.lang.String, java.lang.Object...).line_warningkeeps only the last message and hides an identical repeat for 60 seconds. That is right for configuration notices cast once per model, but wrong for a warning that reports a correctness limitation of the analysis: solving several models in one session would then flag only the first one, and the user would read the silence on the others as a clean bill of health. Warnings that say "these numbers are not exact" must be raised for every model they apply to, so they go through here instead. Verbosity gating is unchanged: SILENT still silences everything. -
line_warning
-
line_error
-
mfilename
-
writeXML
Writes the given XML Document object to a specified output file.- Throws:
TransformerException
-