1 26 package org.objectweb.util.explorer.resolver.api; 27 28 import org.objectweb.util.explorer.api.Entry; 29 import org.objectweb.util.explorer.core.common.api.Description; 30 31 39 public interface PropertyResolver { 40 41 42 public static String PROPERTY_RESOLVER = "property-resolver"; 43 44 61 public Description resolve(String propertyType, Entry currentEntry, Entry parentEntry); 62 63 79 public Description resolve(String propertyType, Entry currentEntry); 80 81 } 82 | Popular Tags |