|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.services.util.parse.DelimitedImportParser
public class DelimitedImportParser
Constructor Summary | |
---|---|
DelimitedImportParser()
|
Method Summary | |
---|---|
LocalDynaBean[] |
getBeans()
A convienience method to get DynaBeans using the default listener |
int |
getEndAtLine()
Returns the endAtLine. |
DelimitedImportListener |
getListener()
Returns the listener. |
java.util.ArrayList |
getObjects(java.lang.Object theTypeToMake,
java.util.Hashtable theProperties)
A convienience method to get Objects using the default listener |
int |
getStartAtLine()
Returns the startAtLine. |
java.lang.String |
getTheDelimiter()
Returns the theDelimiter. |
java.lang.String |
getTheFileName()
Returns the theFileName. |
boolean |
isReadDataLineTabs()
|
boolean |
isReadHeaderTabs()
|
static void |
main(java.lang.String[] args)
|
void |
parse()
|
void |
setEndAtLine(int endAtLine)
Sets the endAtLine. |
void |
setListener(DelimitedImportListener listener)
Sets the listener. |
void |
setReadDataLineTabs(boolean b)
|
void |
setReadHeaderTabs(boolean b)
|
void |
setStartAtLine(int startAtLine)
Sets the startAtLine. |
void |
setTheDelimiter(java.lang.String theDelimiter)
Sets the theDelimiter. |
void |
setTheFileName(java.lang.String theFileName)
Sets the theFileName. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelimitedImportParser()
Method Detail |
---|
public java.lang.String getTheDelimiter()
public java.lang.String getTheFileName()
public void setTheDelimiter(java.lang.String theDelimiter)
theDelimiter
- The theDelimiter to setpublic void setTheFileName(java.lang.String theFileName)
theFileName
- The theFileName to setpublic int getEndAtLine()
public int getStartAtLine()
public void setEndAtLine(int endAtLine)
endAtLine
- The endAtLine to setpublic void setStartAtLine(int startAtLine)
startAtLine
- The startAtLine to setpublic LocalDynaBean[] getBeans() throws GeneralException
GeneralException
public java.util.ArrayList getObjects(java.lang.Object theTypeToMake, java.util.Hashtable theProperties) throws GeneralException
GeneralException
public void parse() throws GeneralException
GeneralException
public DelimitedImportListener getListener()
public void setListener(DelimitedImportListener listener)
listener
- The listener to setpublic boolean isReadHeaderTabs()
public void setReadHeaderTabs(boolean b)
b
- public boolean isReadDataLineTabs()
public void setReadDataLineTabs(boolean b)
b
- public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |