org.eclipse.xtend.util.stdlib
Class PropertiesExtension

java.lang.Object
  extended by org.eclipse.xtend.util.stdlib.PropertiesExtension

public class PropertiesExtension
extends java.lang.Object

Java helper class for Stdlib extension org::openarchitectureware::util::stdlib::properties.


Constructor Summary
PropertiesExtension()
           
 
Method Summary
static java.util.Properties getProperties()
           
static java.lang.String getProperty(java.lang.String key)
           
static void setProperties(java.util.Properties p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesExtension

public PropertiesExtension()
Method Detail

setProperties

public static void setProperties(java.util.Properties p)

getProperty

public static java.lang.String getProperty(java.lang.String key)

getProperties

public static java.util.Properties getProperties()