|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.text.DelimitedFileInfo
public class DelimitedFileInfo
Descriptor for a delimited text file.
| Constructor Summary | |
|---|---|
DelimitedFileInfo()
Creates a new instance of DelimitedFileInfo. |
|
| Method Summary | |
|---|---|
String |
getDelimiter()
Gets the sequence of characters that separate fields in the file. |
static String |
parseDelimiter(String xml)
Parses a delimiter from its XML representation. |
void |
parseXML(Element tag)
|
void |
setDelimiter(String delimiter)
Sets the sequence of characters that separate fields in the file. |
static String |
writeDelimiter(String delimiter)
Gets the XML representation of a delimiter. |
void |
writeXML(PrintWriter writer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelimitedFileInfo()
| Method Detail |
|---|
public final String getDelimiter()
public final void setDelimiter(String delimiter)
delimiter - the delimiter.
public void parseXML(Element tag)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableExceptionpublic void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablepublic static String parseDelimiter(String xml)
xml - the XML to parse.
public static String writeDelimiter(String delimiter)
delimiter - the delimiter to write.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||