simtools.util
Class CurrentPathProvider

java.lang.Object
  extended by simtools.util.CurrentPathProvider

public class CurrentPathProvider
extends java.lang.Object


Field Summary
protected  java.io.File currentPath
           
static CurrentPathProvider currentPathProvider
           
 
Constructor Summary
CurrentPathProvider()
           
 
Method Summary
 java.io.File getCurrentPath()
           
 void setCurrentPath(java.io.File path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentPathProvider

public static CurrentPathProvider currentPathProvider

currentPath

protected java.io.File currentPath
Constructor Detail

CurrentPathProvider

public CurrentPathProvider()
Method Detail

getCurrentPath

public java.io.File getCurrentPath()
Returns:

setCurrentPath

public void setCurrentPath(java.io.File path)
Parameters:
path -