it.eng.qbe.utility
Class FileUtils

java.lang.Object
  extended by it.eng.qbe.utility.FileUtils

public class FileUtils
extends java.lang.Object

The Class FileUtils.

Author:
andrea gioia

Constructor Summary
FileUtils()
           
 
Method Summary
static java.lang.String getQbeDataMartDir(java.io.File baseDir)
          Gets the qbe data mart dir.
static java.lang.String getQbeScriptDir(java.io.File baseDir)
          Gets the qbe script dir.
static boolean isAbsolutePath(java.lang.String path)
          Checks if is absolute path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtils

public FileUtils()
Method Detail

isAbsolutePath

public static boolean isAbsolutePath(java.lang.String path)
Checks if is absolute path.

Parameters:
path - the path
Returns:
true, if is absolute path

getQbeDataMartDir

public static java.lang.String getQbeDataMartDir(java.io.File baseDir)
Gets the qbe data mart dir.

Parameters:
baseDir - the base dir
Returns:
the qbe data mart dir

getQbeScriptDir

public static java.lang.String getQbeScriptDir(java.io.File baseDir)
Gets the qbe script dir.

Parameters:
baseDir - the base dir
Returns:
the qbe script dir