net.sourceforge.pmd.lang.rule.properties.factories
Class PropertyDescriptorUtil

java.lang.Object
  extended by net.sourceforge.pmd.lang.rule.properties.factories.PropertyDescriptorUtil

public class PropertyDescriptorUtil
extends Object

Author:
Brian Remedios

Field Summary
static Comparator<PropertyDescriptor<?>> COMPARATOR_BY_ORDER
           
 
Constructor Summary
PropertyDescriptorUtil()
           
 
Method Summary
static PropertyDescriptorFactory factoryFor(String typeId)
           
static String typeIdFor(Class<?> valueType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPARATOR_BY_ORDER

public static final Comparator<PropertyDescriptor<?>> COMPARATOR_BY_ORDER
Constructor Detail

PropertyDescriptorUtil

public PropertyDescriptorUtil()
Method Detail

factoryFor

public static PropertyDescriptorFactory factoryFor(String typeId)

typeIdFor

public static String typeIdFor(Class<?> valueType)


Copyright © 2002-2015 InfoEther. All Rights Reserved.