Package org.globus.gsi.testutils
Class FileSetupUtil
- java.lang.Object
-
- org.globus.gsi.testutils.FileSetupUtil
-
public class FileSetupUtil extends java.lang.ObjectFILL ME
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringfilenameprivate org.apache.commons.logging.Logloggerprivate static intSLEEP_LENGTHprivate java.io.FiletempFile
-
Constructor Summary
Constructors Constructor Description FileSetupUtil(java.lang.String inputFileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyFileToTemp()voidcopyFileToTemp(java.io.File dir)voiddeleteFile()java.lang.StringgetAbsoluteFilename()java.io.FilegetTempFile()java.lang.StringgetTempFilename()java.net.URLgetURL()voidmodifyFile()
-
-
-
Field Detail
-
filename
private java.lang.String filename
-
tempFile
private java.io.File tempFile
-
logger
private org.apache.commons.logging.Log logger
-
SLEEP_LENGTH
private static final int SLEEP_LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTempFile
public java.io.File getTempFile()
-
copyFileToTemp
public void copyFileToTemp() throws java.io.IOException- Throws:
java.io.IOException
-
copyFileToTemp
public void copyFileToTemp(java.io.File dir) throws java.io.IOException- Throws:
java.io.IOException
-
getAbsoluteFilename
public java.lang.String getAbsoluteFilename()
-
getTempFilename
public java.lang.String getTempFilename()
-
getURL
public java.net.URL getURL()
-
deleteFile
public void deleteFile()
-
modifyFile
public void modifyFile() throws java.lang.InterruptedException, java.io.IOException- Throws:
java.lang.InterruptedExceptionjava.io.IOException
-
-