DiagnosticBag

Overview

DiagnosticBag is a class in Aspose.Cells FOSS for Java.

Represents a bag of diagnostic entries.

This class provides 2 methods for working with DiagnosticBag objects in Java programs. Available methods include: add, getEntries. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: entries.

Description

DiagnosticBag is a class in the Aspose.Cells FOSS library for Java that exposes 2 methods and 1 property for programmatic use.

Core capabilities include: list<diagnosticentry>; adds a diagnostic entry to the bag. These operations enable developers to integrate diagnosticbag functionality directly into Java applications.

The class also provides the entries property (gets the read-only list of diagnostic entries).

Properties

NameTypeAccessDescription
entriesList<DiagnosticEntry>ReadGets the read-only list of diagnostic entries.

Methods

SignatureDescription
getEntries()List<DiagnosticEntry>Gets the read-only list of diagnostic entries.
add(entry: DiagnosticEntry)Adds a diagnostic entry to the bag.

See Also

 English