org.exoplatform.container.jmx
Class PropertiesInfo

java.lang.Object
  extended by org.exoplatform.container.jmx.PropertiesInfo

public class PropertiesInfo
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
PropertiesInfo(Map<String,PropertyInfo> properties)
           
 
Method Summary
 Collection<PropertyInfo> getProperties()
           
static PropertiesInfo resolve(Class clazz, Class<? extends Annotation> annotationClass)
           
 Map<String,String> resolve(Object instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesInfo

public PropertiesInfo(Map<String,PropertyInfo> properties)
Method Detail

resolve

public static PropertiesInfo resolve(Class clazz,
                                     Class<? extends Annotation> annotationClass)

getProperties

public Collection<PropertyInfo> getProperties()

resolve

public Map<String,String> resolve(Object instance)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.