|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ch.elca.dependency.util.IOManager
IOManager is used as manager of all operations that
include the world outside the jvm Dependency Tool runs within.
| Constructor Summary | |
IOManager()
|
|
| Method Summary | |
static void |
deleteTempDir()
|
static java.lang.String |
getDotExe()
Get the complete path and the name of the dot.exe layouter |
static java.lang.String |
getDotExeName()
Get name of the dot.exe graph layouter |
static java.lang.String |
getDotExePath()
Get the absolute path to the dot.exe graph layouter. |
static java.io.File |
getNewReportFile(java.lang.String filename)
Get an empty File for writing reports into. |
static java.io.File |
getOutputDir()
Get the the output directory. |
static java.lang.String |
getOutputPath()
Get the path to the output directory. |
static java.io.File |
getTempDir()
Create a temporary directory which will be used for unzipping jars. |
static java.lang.String |
getToolInstallationPath()
Get the installation path of the Dependency Tool. |
static void |
setOutputRoot(java.lang.String analyseRoot)
Set the output directory Dependency Tool will use to write files into. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IOManager()
| Method Detail |
public static java.io.File getNewReportFile(java.lang.String filename)
throws java.io.IOException,
java.lang.SecurityException
filename - a String value
File value
java.io.IOException - if an error occurs
java.lang.SecurityException - if an error occurspublic static java.lang.String getToolInstallationPath()
String valuepublic static java.lang.String getDotExePath()
String valuepublic static java.lang.String getDotExeName()
String valuepublic static java.lang.String getDotExe()
String value
public static java.lang.String getOutputPath()
throws java.lang.SecurityException
String value
java.lang.SecurityException - if an error occurspublic static void setOutputRoot(java.lang.String analyseRoot)
analyseRoot - a String value
public static java.io.File getOutputDir()
throws java.lang.SecurityException
File value
java.lang.SecurityException - if an error occurspublic static java.io.File getTempDir()
File valuepublic static void deleteTempDir()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||