Package wt.util

Interface Dumpable

All Known Implementing Classes:
com.ptc.core.meta.common.impl.AbstractAssociationIdentifier, com.ptc.core.meta.common.impl.AbstractAssociationTypeIdentifier, com.ptc.core.meta.common.impl.AbstractAttributeIdentifier, com.ptc.core.meta.common.impl.AbstractAttributeTypeIdentifier, com.ptc.core.meta.common.impl.AbstractDefinitionIdentifier, com.ptc.core.meta.common.impl.AbstractElementIdentifier, com.ptc.core.meta.common.impl.AbstractHierarchicalIdentifier, com.ptc.core.meta.common.impl.AbstractIdentifier, ArrayIndexInstanceIdentifier, FederatedInstanceIdentifier, com.ptc.core.meta.common.impl.FilteredAssociationTypeIdentifier, IBRTypeIdentifier, IBRTypeInstanceIdentifier, InstanceBasedAssociationIdentifier, InstanceBasedAssociationTypeIdentifier, InstanceBasedAttributeIdentifier, InstanceBasedAttributeTypeIdentifier, ModeledAssociationIdentifier, ModeledAssociationTypeIdentifier, ModeledAttributeIdentifier, ModeledAttributeTypeIdentifier, QueryBasedAssociationTypeIdentifier, WCIteratedInstanceIdentifier, WCPersistableInstanceIdentifier, WCTypeIdentifier, WCTypeInstanceIdentifier

public interface Dumpable
The Dumpable interface defines a method that will be implemented for a class that will determine how to dump the contents, or state, of the object.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dump(DebugWriter writer)
    Dumps the contents of this object to the passed writer.
  • Method Details

    • dump

      void dump(DebugWriter writer)
      Dumps the contents of this object to the passed writer.

      Supported API: true
      Parameters:
      writer - the target that will handle the ouitput being dumped