|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileDescriptor | |
planetj.database | |
planetj.helpers |
Uses of FileDescriptor in planetj.database |
Methods in planetj.database with parameters of type FileDescriptor | |
int |
Row.getMaxFieldLengths(FileDescriptor fled)
Returns the max lengths of each field in this row added together. |
int |
Field.getMaxLength(FileDescriptor fled)
Returns the max length of this field. |
Uses of FileDescriptor in planetj.helpers |
Subclasses of FileDescriptor in planetj.helpers | |
class |
CSVFileDescriptor
CSVFileDescriptor is to only be created via planetj.helpers.CSVHelper.newCSVFileDescriptor(); This descriptor will hold attributes about a CSV file such as: fileName, delimiter, etc... |
class |
FDFFileDescriptor
Insert the type's description here. |
class |
HTMLReportFileDescriptor
HTMLFileDescriptor is to only be created via planetj.helpers.HTMLHelper.newHTMLReportFileDescriptor(); This descriptor will store attributes that need to be placed into the HTML file by HTMLHelper. |
class |
IIFFileDescriptor
IIFFileDescriptor is to only be created via planetj.helpers.IIFHelper.newIIFFileDescriptor(); This descriptor will hold attributes about a IIF file. |
class |
MSAccessDescriptor
Describes how to export into MS access. |
class |
PDFFileDescriptor
PDFFileDescriptor is to only be created via planetj.helpers.PDFHelper.newPDFFileDescriptor(); This descriptor will hold attributes about a PDF file. |
class |
QIFFileDescriptor
QIFFileDescriptor is to only be created via planetj.helpers.QIFHelper.newQIFFileDescriptor(); This descriptor will hold attributes about a QIF file. |
class |
XMLFileDescriptor
XMLFileDescriptor is to only be created via planetj.helpers.XMLHelper.newXMLFileDescriptor(); This descriptor will hold attributes about a XML file. |
Methods in planetj.helpers that return FileDescriptor | |
static FileDescriptor |
FileHelper.newFileDescriptor()
This is the only way to get an instance of a new FileDescriptor Creation date: (1/21/2002 7:32:32 PM) |
static FileDescriptor |
FileHelper.newFileDescriptor(FilePropertyGroup pProperties)
This is the only way to get an instance of a new FileDescriptor Creation date: (1/21/2002 7:32:32 PM) |
Methods in planetj.helpers with parameters of type FileDescriptor | |
static com.ibm.as400.access.AS400 |
FileHelper.getAS400(FileDescriptor pFileDescriptor)
Lazy Inits the AS400 object. |
StringBuffer |
FileHelper.writeData(StringBuffer pData,
FileDescriptor pFileDescriptor)
This method will write the StringBuffer pData data to a file. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |