org.modeldriven.fuml.xmi.validation
Class ValidationProperties

java.lang.Object
  extended by org.modeldriven.fuml.xmi.validation.ValidationProperties

public class ValidationProperties
extends Object

Author:
Scott Cinnamond

Field Summary
static String PROPERTY_NAME_DEFAULT_VALIDATION_PROPERTIES
           
static String PROPERTY_NAME_VALIDATION_PROPERTIES
           
 
Method Summary
 String dumpProperties(String separator)
           
 Properties getProperties()
           
 String getPropertiesFileName()
           
 String getProperty(String name)
           
 String getProperty(String name, String defaultValue)
           
static ValidationProperties instance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_NAME_VALIDATION_PROPERTIES

public static final String PROPERTY_NAME_VALIDATION_PROPERTIES
See Also:
Constant Field Values

PROPERTY_NAME_DEFAULT_VALIDATION_PROPERTIES

public static final String PROPERTY_NAME_DEFAULT_VALIDATION_PROPERTIES
See Also:
Constant Field Values
Method Detail

dumpProperties

public String dumpProperties(String separator)

instance

public static ValidationProperties instance()

getProperties

public Properties getProperties()

getProperty

public String getProperty(String name)

getProperty

public String getProperty(String name,
                          String defaultValue)

getPropertiesFileName

public String getPropertiesFileName()


Copyright © 2012. All Rights Reserved.