uk.ac.rdg.resc.jstyx.gridservice.config
Class Steerable

java.lang.Object
  extended by uk.ac.rdg.resc.jstyx.gridservice.config.Steerable

public class Steerable
extends java.lang.Object

Simple class representing a steerable parameter, i.e. a parameter whose value can be changed whilst the executable is running

Author:
Jon Blower $Revision: 465 $ $Date: 2005-11-07 20:59:34 +0000 (Mon, 07 Nov 2005) $ $Log$ Revision 1.1 2005/11/07 20:59:34 jonblower Refactored SGS config classes to new package

Constructor Summary
Steerable(org.dom4j.Node steerableNode)
           
 
Method Summary
 java.lang.String getFilePath()
           
 java.lang.String getInitialValue()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Steerable

public Steerable(org.dom4j.Node steerableNode)
          throws SGSConfigException
Throws:
SGSConfigException
Method Detail

getName

public java.lang.String getName()

getInitialValue

public java.lang.String getInitialValue()

getFilePath

public java.lang.String getFilePath()
Returns:
the path of the backing file for the steerable parameter, relative to the working directory of the SGS instance. If no filename is explicitly given in the config file, the filename will be the same as this.getName().


Copyright © 2004-2006 Reading e-Science Centre. All Rights Reserved.