|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.csvman.LineProviderSupportImpl
com.ricebridge.csvman.LineProviderFixer
Compatibility fixer class for previous LineProviderSupport implementations.
In CSV Manager 1.1, custom LineProviders extended
LineProviderSupport. This is no longer recommended. LineProviders
should now extend CustomLineProvider. This fixer class provides a compatibility wrapper
around these older LineProviders so that they will still work
unchanged with CSV Manager.
| Field Summary | |
protected LineProviderSupport |
iLineProviderSupport
Wrapped LineProviderSupport instance. |
| Constructor Summary | |
LineProviderFixer(LineProviderSupport pLineProviderSupport)
Create a new wrapping. |
|
| Method Summary | |
protected void |
endProcessImpl()
Compatibility wrapper. |
protected boolean |
hasNextLineImpl()
Compatibility wrapper. |
protected String[] |
nextLineImpl()
Compatibility wrapper. |
protected void |
setCsvSpecImpl(CsvSpec pCsvSpec)
Compatibility wrapper. |
protected void |
setLineSpecImpl(LineSpec pLineSpec)
Compatibility wrapper. |
protected void |
startProcessImpl()
Compatibility wrapper. |
| Methods inherited from class com.ricebridge.csvman.LineProviderSupportImpl |
endProcess, hasNextLine, nextLine, setCsvSpec, setLineSpec, startProcess |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected LineProviderSupport iLineProviderSupport
LineProviderSupport instance.
| Constructor Detail |
public LineProviderFixer(LineProviderSupport pLineProviderSupport)
| Method Detail |
protected void setLineSpecImpl(LineSpec pLineSpec)
throws Exception
setLineSpecImpl in class LineProviderSupportImplException
protected void setCsvSpecImpl(CsvSpec pCsvSpec)
throws Exception
setCsvSpecImpl in class LineProviderSupportImplException
protected void startProcessImpl()
throws Exception
startProcessImpl in class LineProviderSupportImplException
protected void endProcessImpl()
throws Exception
endProcessImpl in class LineProviderSupportImplException
protected boolean hasNextLineImpl()
throws Exception
hasNextLineImpl in class LineProviderSupportImplException
protected String[] nextLineImpl()
throws Exception
nextLineImpl in class LineProviderSupportImplException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||