Inheritance diagram for org.objectweb.jonas_lib.deployment.work.FileManager:

Static Public Member Functions | |
| String | fileToTimeStampDir (URL urlFileName) throws FileManagerException |
| String | fileToTimeStampDir (URL urlFileName, String ext) throws FileManagerException |
| void | copyFile (String pSrcFilename, String pDstFilename) throws FileManagerException |
Protected Member Functions | |
| FileManager () | |
Static Protected Member Functions | |
| void | dump (InputStream in, File earEntryFile) throws FileManagerException |
Ludovic Bert
Nicolas Van Caneghem <nicolas.vancaneghem@openpricer.com>Allow the deployment of an exploded ear
Definition at line 50 of file FileManager.java.
|
|
Constructor. Private as it is an utility class Definition at line 65 of file FileManager.java. |
|
||||||||||||
|
Copy a file
Definition at line 164 of file FileManager.java. |
|
||||||||||||
|
Write an input stream to a given file.
Definition at line 137 of file FileManager.java. Referenced by org.objectweb.jonas_lib.deployment.work.EarFileManager.unpackEar(). |
|
||||||||||||
|
Give the unpack destination directory of the specified file.
Definition at line 88 of file FileManager.java. |
|
|
Give the unpack destination directory of the specified file.
Definition at line 76 of file FileManager.java. Referenced by org.objectweb.jonas_lib.deployment.work.EarFileManager.isUnpackedEar(), and org.objectweb.jonas_lib.deployment.work.EarFileManager.unpackEar(). |
1.3.9.1