Package net.sf.basedb.util.overview

  • Interface Summary
    Interface Description
    OverviewContext
    Interface that should be implemented by overview generating classes.
  • Class Summary
    Class Description
    Failure
    Holds information about a failed validation.
    Fix
    Holds information about a suggested fix to a failure.
    GenericOverview
    Implementation for holding a generic overview of items.
    Node
    A node in an overview.
    NodeAttribute<T>
    Defines per-node attributes that can be used to store extra information together with a node that doesn't fit the regular properties.
    OverviewUtil
    Utility class for the overview generation functionality.
    ValidationOptions
    Stores all validation options (ie. validator -- severity) combinations.
    Validator
    Placeholder for a validation rule.
  • Enum Summary
    Enum Description
    Node.Type
    The type of node.
    Severity
    Severity levels for a validation rule.