Package | Description |
---|---|
psdi.app.bim.loader | |
psdi.app.bim.parser.cobie |
Modifier and Type | Interface and Description |
---|---|
interface |
ProgressLogger<itemType> |
Modifier and Type | Class and Description |
---|---|
class |
ClassificationOmniClassLogger |
class |
CommissioningLogger |
class |
ExportLogger
The class tracks the progress of model loading activity including both the % complete
and any log messages.
|
class |
ModelLogger
The class tracks the progress of model loading activity including both the % complete
and any log messages.
|
class |
ProgressLoggerBase<itemType> |
Modifier and Type | Method and Description |
---|---|
BIMProjectParser |
Factory.makeParser(IdFactory idFactory,
ModelLoaderOptions options,
MessageLogger logger,
java.util.Locale locale,
long flags) |
BIMProjectParser |
COBie24Factory.makeParser(IdFactory idFactory,
ModelLoaderOptions options,
MessageLogger logger,
java.util.Locale locale,
long flags) |
Modifier and Type | Class and Description |
---|---|
class |
BasicMessageLogger |
Modifier and Type | Method and Description |
---|---|
MessageLogger |
XLSExport.getLogger() |
MessageLogger |
Parser.getLogger() |
MessageLogger |
Exporter.getLogger() |
MessageLogger |
CSVExport.getLogger() |
MessageLogger |
BIMProjectParser.getLogger() |
Modifier and Type | Method and Description |
---|---|
void |
BIMProjectParser.setLogger(MessageLogger logger) |
Constructor and Description |
---|
BIMExport(MessageLogger logger,
java.io.InputStream templateStream,
BIMExport.ExportFormat fileFormat) |
BIMProjectParser(IdFactory idFactory,
MessageLogger logger,
java.util.Locale locale,
long flags) |
CSVExport(MessageLogger logger,
java.io.InputStream templateStream) |
OmniClassParser(MessageLogger logger,
java.lang.String fileName) |
UniFormatParser(MessageLogger logger,
java.lang.String fileName) |
XLSExport(MessageLogger logger,
java.io.InputStream templateStream,
Exporter.ExportFormat fileFormat) |