com.taleo.integration.client.customstep.velocity
Class SystemTool

java.lang.Object
  extended by com.taleo.integration.client.customstep.velocity.SystemTool

public class SystemTool
extends java.lang.Object

Class to expose System properties.

Author:
Romain Guay - Taleo Corporation

Constructor Summary
SystemTool()
           
 
Method Summary
 java.lang.String getProperty(java.lang.String key)
          Get System property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemTool

public SystemTool()
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String key)
Get System property.

Parameters:
key - The property key.
Returns:
The value of the property.