org.alfresco.webdrone
Class WebDroneProperties

java.lang.Object
  extended by org.alfresco.webdrone.WebDroneProperties

public class WebDroneProperties
extends Object

The object returns the value of a key from the properties. This is used to identify the HTML element id for either Alfresco cloud, community or Enterprise. The AlfrescoVersion is used to determine which property file needs to load.

Since:
1.0
Author:
Michael Suzuki

Constructor Summary
WebDroneProperties(AlfrescoVersion alfresco)
           
 
Method Summary
 String getElement(String key)
          Gets the HTML element id value for the given key.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebDroneProperties

public WebDroneProperties(AlfrescoVersion alfresco)
Method Detail

getElement

public final String getElement(String key)
Gets the HTML element id value for the given key.

Parameters:
key - String HTML element id
Returns:
String value of key

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.