Package org.globus.gsi.testutils
Class DirSetupUtil
- java.lang.Object
-
- org.globus.gsi.testutils.DirSetupUtil
-
public class DirSetupUtil extends Object
FILL ME- Author:
- ranantha@mcs.anl.gov
-
-
Constructor Summary
Constructors Constructor Description DirSetupUtil(String[] inputFileNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
copy()
void
createTempDirectory()
void
delete()
FileSetupUtil
getFileSetupUtil(String filename)
File
getTempDirectory()
String
getTempDirectoryName()
-
-
-
Constructor Detail
-
DirSetupUtil
public DirSetupUtil(String[] inputFileNames)
-
-
Method Detail
-
createTempDirectory
public void createTempDirectory() throws IOException
- Throws:
IOException
-
getFileSetupUtil
public FileSetupUtil getFileSetupUtil(String filename)
-
getTempDirectory
public File getTempDirectory()
-
getTempDirectoryName
public String getTempDirectoryName()
-
delete
public void delete() throws IOException
- Throws:
IOException
-
-