|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.csvman.LineProviderSupport
DO NOT USE. FOR BACKWARDS COMPATIBILITY ONLY.
This class is used for compatibility with CSV Manager 1.1. In that version,
custom LineProviders inherited from LineProviderSupport,
not CustomLineProvider. Since the method API has changed this class is no longer
directly compatible. However, CSV Manager includes a compatibility layer so that
existing code will continue to function without requiring any changes.
CustomLineProvider| Constructor Summary | |
LineProviderSupport()
|
|
| Method Summary | |
void |
endProcess()
CSV Manager 1.2 interface compatibility - does nothing. |
void |
endSave()
Old version of CustomLineListener.endProcess. |
abstract void |
endSaveImpl()
Old version of CustomLineListener.nextLineImpl. |
boolean |
hasNextField()
Defunct method. |
abstract boolean |
hasNextFieldImpl()
Defunct method. |
boolean |
hasNextLine()
Old version of CustomLineListener.hasNextLine. |
abstract boolean |
hasNextLineImpl()
Old version of CustomLineListener.nextLineImpl. |
String |
nextField()
Defunct method. |
abstract String |
nextFieldImpl()
Defunct method. |
String[] |
nextLine()
Old version of CustomLineListener.nextLine. |
abstract void |
nextLineImpl()
Old version of CustomLineListener.nextLineImpl. |
void |
setCsvSpec(CsvSpec pCsvSpec)
CSV Manager 1.2 interface compatibility - does nothing. |
protected void |
setCsvSpecImpl(CsvSpec pCsvSpec)
Compatibility version of CustomLineProvider.setCsvSpecImpl. |
void |
setLineSpec(LineSpec pLineSpec)
CSV Manager 1.2 interface compatibility - does nothing. |
protected void |
setLineSpecImpl(LineSpec pLineSpec)
Compatibility version of CustomLineProvider.setLineSpecImpl. |
void |
startProcess()
CSV Manager 1.2 interface compatibility - does nothing. |
void |
startSave()
Old version of CustomLineListener.startProcess. |
abstract void |
startSaveImpl()
Old version of CustomLineListener.nextLineImpl. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LineProviderSupport()
| Method Detail |
public void startSave()
CustomLineListener.startProcess.
public void endSave()
CustomLineListener.endProcess.
public boolean hasNextLine()
CustomLineListener.hasNextLine.
hasNextLine in interface LineProviderpublic boolean hasNextField()
CustomLineListener.nextLine
now returns String[]<./code>.
public String nextField()
CustomLineListener.nextLine
now returns String[]<./code>.
public String[] nextLine()
CustomLineListener.nextLine.
nextLine in interface LineProvider
protected void setCsvSpecImpl(CsvSpec pCsvSpec)
throws Exception
CustomLineProvider.setCsvSpecImpl.
Exception
protected void setLineSpecImpl(LineSpec pLineSpec)
throws Exception
CustomLineProvider.setLineSpecImpl.
Exception
public abstract void startSaveImpl()
throws Exception
CustomLineListener.nextLineImpl.
Exception
public abstract void endSaveImpl()
throws Exception
CustomLineListener.nextLineImpl.
Exception
public abstract boolean hasNextLineImpl()
throws Exception
CustomLineListener.nextLineImpl.
Exception
public abstract boolean hasNextFieldImpl()
throws Exception
CustomLineListener.nextLine
now returns String[]<./code>.
- Throws:
Exception
public abstract String nextFieldImpl()
throws Exception
CustomLineListener.nextLine
now returns String[]<./code>.
- Throws:
Exception
public abstract void nextLineImpl()
throws Exception
CustomLineListener.nextLineImpl.
Exceptionpublic void setLineSpec(LineSpec pLineSpec)
setLineSpec in interface LineProviderpLineSpec - field specificationpublic void setCsvSpec(CsvSpec pCsvSpec)
setCsvSpec in interface LineProviderpCsvSpec - CsvSpec objectpublic void startProcess()
startProcess in interface LineProviderpublic void endProcess()
endProcess in interface LineProvider
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||