org.tynamo.common
Class ModuleProperties

java.lang.Object
  extended by org.tynamo.common.ModuleProperties

public class ModuleProperties
extends Object


Field Summary
static String PROPERTYFILE
           
static String VERSION
           
 
Constructor Summary
ModuleProperties()
           
 
Method Summary
static String getPropertyValue(Class<?> aClass, String propertyName)
           
static String getVersion(Class<?> aClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTYFILE

public static final String PROPERTYFILE
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values
Constructor Detail

ModuleProperties

public ModuleProperties()
Method Detail

getVersion

public static String getVersion(Class<?> aClass)

getPropertyValue

public static String getPropertyValue(Class<?> aClass,
                                      String propertyName)


Copyright © 2004-2012. All Rights Reserved.