Inheritance diagram for org.objectweb.jonas_lib.genbase.utils.DirStorer:


Public Member Functions | |
| DirStorer (J2EEArchive archive, File dir) throws GenBaseException | |
Protected Member Functions | |
| String | convertName (String name) |
| void | addFile (String name) throws IOException |
| OutputStream | getOutputStream (String name) throws IOException |
Definition at line 39 of file DirStorer.java.
|
||||||||||||
|
Creates a new DirStorer object.
Definition at line 54 of file DirStorer.java. References org.objectweb.jonas_lib.genbase.utils.ArchiveStorer.getI18n(), org.objectweb.jonas_lib.I18n.getMessage(), and org.objectweb.jonas_lib.genbase.utils.ArchiveStorer.setOut(). |
Here is the call graph for this function:

|
|
add a given file in the filesystem.
Implements org.objectweb.jonas_lib.genbase.utils.ArchiveStorer. Definition at line 88 of file DirStorer.java. References org.objectweb.jonas_lib.genbase.utils.ArchiveStorer.fill(), org.objectweb.jonas_lib.genbase.utils.ArchiveStorer.getArchive(), org.objectweb.jonas_lib.genbase.archive.J2EEArchive.getInputStream(), and org.objectweb.jonas_lib.genbase.utils.DirStorer.getOutputStream(). |
Here is the call graph for this function:

|
|
Convert a filename to a local filesystem filename.
Implements org.objectweb.jonas_lib.genbase.utils.ArchiveStorer. Definition at line 77 of file DirStorer.java. Referenced by org.objectweb.jonas_lib.genbase.utils.DirStorer.getOutputStream(). |
|
|
returns the OuputStream corresponding to the given filename.
Implements org.objectweb.jonas_lib.genbase.utils.ArchiveStorer. Definition at line 104 of file DirStorer.java. References org.objectweb.jonas_lib.genbase.utils.DirStorer.convertName(), org.objectweb.jonas_lib.genbase.utils.ArchiveStorer.getI18n(), and org.objectweb.jonas_lib.I18n.getMessage(). Referenced by org.objectweb.jonas_lib.genbase.utils.DirStorer.addFile(). |
Here is the call graph for this function:

1.3.9.1