de.danielbechler.diff.accessor
Interface PropertyDescriptor

All Known Subinterfaces:
Accessor, CanonicalAccessor, Node, TypeAwareAccessor
All Known Implementing Classes:
AbstractAccessor, CollectionItemAccessor, CollectionNode, DefaultNode, MapEntryAccessor, MapNode, PropertyAccessor, RootAccessor

public interface PropertyDescriptor

Author:
Daniel Bechler

Method Summary
 Set<String> getCategories()
           
 Element getPathElement()
           
 boolean isEqualsOnly()
           
 boolean isIgnored()
           
 

Method Detail

getPathElement

Element getPathElement()

getCategories

Set<String> getCategories()

isIgnored

boolean isIgnored()

isEqualsOnly

boolean isEqualsOnly()


Copyright © 2012. All Rights Reserved.