org.globus.gsi.testutils
Class FileSetupUtil

java.lang.Object
  extended by org.globus.gsi.testutils.FileSetupUtil

public class FileSetupUtil
extends java.lang.Object

FILL ME

Author:
ranantha@mcs.anl.gov

Constructor Summary
FileSetupUtil(java.lang.String inputFileName)
           
 
Method Summary
 void copyFileToTemp()
           
 void copyFileToTemp(java.io.File dir)
           
 void deleteFile()
           
 java.lang.String getAbsoluteFilename()
           
 java.io.File getTempFile()
           
 java.lang.String getTempFilename()
           
 java.net.URL getURL()
           
 void modifyFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSetupUtil

public FileSetupUtil(java.lang.String inputFileName)
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.InterruptedException
java.io.IOException


Copyright © 2013. All Rights Reserved.