com.lazerycode.jmeter.properties
Class PropertyContainer

java.lang.Object
  extended by com.lazerycode.jmeter.properties.PropertyContainer

public class PropertyContainer
extends Object


Constructor Summary
PropertyContainer()
           
 
Method Summary
 Properties getBasePropertiesObject()
          This will return the custom properties object if it is set.
 Map<String,String> getCustomPropertyMap()
           
 Properties getCustomPropertyObject()
           
 Properties getDefaultPropertyObject()
           
 Properties getFinalPropertyObject()
           
 String getProperty(String value)
           
 void setCustomPropertyMap(Map<String,String> value)
           
 void setCustomPropertyObject(Properties value)
           
 void setDefaultPropertyObject(Properties value)
           
 void setFinalPropertyObject(Properties value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyContainer

public PropertyContainer()
Method Detail

setCustomPropertyMap

public void setCustomPropertyMap(Map<String,String> value)

getCustomPropertyMap

public Map<String,String> getCustomPropertyMap()

setCustomPropertyObject

public void setCustomPropertyObject(Properties value)

getCustomPropertyObject

public Properties getCustomPropertyObject()

setDefaultPropertyObject

public void setDefaultPropertyObject(Properties value)

getDefaultPropertyObject

public Properties getDefaultPropertyObject()

setFinalPropertyObject

public void setFinalPropertyObject(Properties value)

getFinalPropertyObject

public Properties getFinalPropertyObject()

getBasePropertiesObject

public Properties getBasePropertiesObject()
                                   throws org.apache.maven.plugin.MojoExecutionException
This will return the custom properties object if it is set. If it is not set it will return the default properties object (this may be empty)

Returns:
Throws:
org.apache.maven.plugin.MojoExecutionException

getProperty

public String getProperty(String value)


Copyright © 2012. All Rights Reserved.