gec.gctparser
Class Curator

java.lang.Object
  extended by gec.gctparser.Curator

public class Curator
extends java.lang.Object

Provides a curator for the properties. Properties are: gctbase - base level directory for GCT

Author:
bburch

Constructor Summary
Curator(java.lang.String fileName)
          Constructor for Curator.
 
Method Summary
 java.lang.String getGctBase()
          Return the gctbase directory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Curator

public Curator(java.lang.String fileName)
Constructor for Curator. If path to properties file is null, assume 'properties.pro' in local directory.

Parameters:
fileName - String - path to properties file
Method Detail

getGctBase

public java.lang.String getGctBase()
Return the gctbase directory.

Returns:
String - the base directory for GCT