Class AuditFieldTokenBuilder


  • public final class AuditFieldTokenBuilder
    extends Object
    This is an amateur representation of a tree. The purpose of this class is to provide an easy way to audit Diff objects.

    Audit attributes can have the format a=value, a//b=value, or a//b//c[0]=value

    The outer class is basically the root node, and each node can have other nodes

    Author:
    lbornova
    • Constructor Detail

      • AuditFieldTokenBuilder

        public AuditFieldTokenBuilder​(Diff diff)