planetj.helpers
Class MSAccessHelper

java.lang.Object
  |
  +--planetj.helpers.FileHelper
        |
        +--planetj.helpers.MSAccessHelper

public class MSAccessHelper
extends FileHelper

This class will assist in exporting to MS Access files.


Method Summary
static MSAccessDescriptor newMSAccessDescriptor()
          This is the only way to get an instance of a new MSAccessDescriptor Creation date: (1/22/2002 5:01:43 PM)
static MSAccessDescriptor newMSAccessDescriptor(MSAccessPropertyGroup pProperties)
          This is the only way to get an instance of a new PDFFileDescriptor Creation date: (12/5/2001 3:15:14 PM)
static MSAccessHelper singleton()
          MSAccessHelper implements the singleton model so this method is the only way to get an instance of this class
 
Methods inherited from class planetj.helpers.FileHelper
getAS400, getFileSeparator, newFileDescriptor, newFileDescriptor, validateFileName, writeData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newMSAccessDescriptor

public static MSAccessDescriptor newMSAccessDescriptor()
This is the only way to get an instance of a new MSAccessDescriptor Creation date: (1/22/2002 5:01:43 PM)

Returns:
new PDFFileDescriptor()

newMSAccessDescriptor

public static MSAccessDescriptor newMSAccessDescriptor(MSAccessPropertyGroup pProperties)
This is the only way to get an instance of a new PDFFileDescriptor Creation date: (12/5/2001 3:15:14 PM)

Returns:
new CSVFileDescriptor()

singleton

public static MSAccessHelper singleton()
MSAccessHelper implements the singleton model so this method is the only way to get an instance of this class