|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmonks.batch.io.FileType
FileType defines different kinds of file formats this package supports for reading and writing. This defines the constants to identify those file formats that it supports as enums. The file type information should be provided when defining the file spec to identify the kind of file this spec is going to represent.
Field Summary | |
static FileType |
DELIMITED_FLAT_FILE
Represents the delimited flat files. |
static FileType |
FIXED_WIDTH_FLAT_FILE
Represents the fixed width flat files. |
static FileType |
XML_FILE
Represents the xml files. |
Method Summary | |
static FileType |
toFileType(java.lang.String type)
Utility method returns the FileType object matches to the given value. |
java.lang.String |
toString()
Returns the string representation of the FileType which can be used to defines the file spec. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final FileType FIXED_WIDTH_FLAT_FILE
public static final FileType DELIMITED_FLAT_FILE
public static final FileType XML_FILE
Method Detail |
public static FileType toFileType(java.lang.String type)
type
- String representing the type of file.
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |