Class PropertyTraversal

    • Constructor Detail

      • PropertyTraversal

        public PropertyTraversal()
    • Method Detail

      • traverse

        public void traverse​(PropertyTraversal.Observer observer,
                             Object obj)
        Performs the property traversal.
        Parameters:
        observer - the observer to use
        obj - the object to analyze
      • main

        public static void main​(String[] args)
                         throws Exception
        For testing only.
        Parameters:
        args - ignored
        Throws:
        Exception - if discovery fails