com.pmease.quickbuild.variable
Class VariableAccessor

java.lang.Object
  extended by com.pmease.quickbuild.variable.VariableAccessor

public class VariableAccessor
extends java.lang.Object


Constructor Summary
VariableAccessor()
           
 
Method Summary
 VariableWrapper get(java.lang.String varName)
           
 java.util.Collection<VariableWrapper> getAll()
           
 java.lang.String getValue(java.lang.String varName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableAccessor

public VariableAccessor()
Method Detail

get

public VariableWrapper get(java.lang.String varName)
Get variable object of specified name in current build. Null will be returned if variable is not found.


getValue

public java.lang.String getValue(java.lang.String varName)
Get value of the variable of specified name in current build. Null will be returned if variable is not found or if the value is empty.


getAll

public java.util.Collection<VariableWrapper> getAll()
Get all accessed variables



Copyright © 2005-2010 PMEase Inc. All Rights Reserved.