org.sandev.tools.ConfigEditor
Class BuildConfigLocator

java.lang.Object
  extended byorg.sandev.tools.ConfigEditor.BuildConfigLocator

public class BuildConfigLocator
extends java.lang.Object

Provide for finding the source build config at runtime.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
source: declared in build
generator: org.sandev.generator.BuildConfigLocatorGenerator
time: Dec 2, 2005 6:38:59 PM


Constructor Summary
BuildConfigLocator()
           
 
Method Summary
static java.lang.String getConfigFileName()
          Return the name of the config file from the driving deployment.
static java.lang.String getConfigFilePath()
          Return the path of the config file from the driving deployment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildConfigLocator

public BuildConfigLocator()
Method Detail

getConfigFilePath

public static java.lang.String getConfigFilePath()
Return the path of the config file from the driving deployment. Includes the terminating file separator.


getConfigFileName

public static java.lang.String getConfigFileName()
Return the name of the config file from the driving deployment.