abstract class ImporterJ extends ImportErrorHandler
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImporterJ
- ImportErrorHandler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ImporterJ(errorHandler: ErrorHandler, world: World, importerUser: ImporterUser, stringReader: StringReader)
Value Members
-
def
hasMoreLines(returnBlankLines: Boolean): Boolean
- returns
whether there more lines in the current section, that is, if we have not yet reached the next sentinel (or reached end of file)
- def importExtensionData(): Unit
- def importWorld(fileBuff: BufferedReader): Unit
- def next(): String
-
def
showError(title: String, message: String, defaultAction: String): Unit
- Definition Classes
- ImporterJ → ImportErrorHandler