Interface SaveInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeObjects(Writer writer, NamingContext renamer, boolean export)
Insert the method's description here.void
writeVDCTObjects(Writer writer, NamingContext renamer, boolean export)
Insert the method's description here.
-
-
-
Method Detail
-
writeObjects
void writeObjects(Writer writer, NamingContext renamer, boolean export) throws IOException
Insert the method's description here. Creation date: (22.4.2001 21:46:41)- Parameters:
writer
- writerrenamer
- NamingContextexport
- export- Throws:
IOException
- The exception description.
-
writeVDCTObjects
void writeVDCTObjects(Writer writer, NamingContext renamer, boolean export) throws IOException
Insert the method's description here. Creation date: (22.4.2001 21:47:00)- Parameters:
writer
- writerrenamer
- NamingContextexport
- export- Throws:
IOException
- The exception description.
-
-