|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.di.trans.step.errorhandling.AbstractFileErrorHandler
public abstract class AbstractFileErrorHandler
| Field Summary | |
|---|---|
static String |
NO_PARTS
|
| Constructor Summary | |
|---|---|
AbstractFileErrorHandler(Date date,
String destinationDirectory,
String fileExtension,
String encoding,
BaseStep baseStep)
|
|
| Method Summary | |
|---|---|
void |
close()
This method closes the handler; |
static DateFormat |
createDateFormat()
|
static org.apache.commons.vfs.FileObject |
getReplayFilename(String destinationDirectory,
String processingFilename,
Date date,
String extension,
Object source)
|
static org.apache.commons.vfs.FileObject |
getReplayFilename(String destinationDirectory,
String processingFilename,
String dateString,
String extension,
Object source)
|
void |
handleFile(org.apache.commons.vfs.FileObject file)
Tells the handler which file is being processed. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.pentaho.di.trans.step.errorhandling.FileErrorHandler |
|---|
handleLineError, handleNonAccessibleFile, handleNonExistantFile |
| Field Detail |
|---|
public static final String NO_PARTS
| Constructor Detail |
|---|
public AbstractFileErrorHandler(Date date,
String destinationDirectory,
String fileExtension,
String encoding,
BaseStep baseStep)
| Method Detail |
|---|
public static DateFormat createDateFormat()
public static org.apache.commons.vfs.FileObject getReplayFilename(String destinationDirectory,
String processingFilename,
String dateString,
String extension,
Object source)
throws KettleFileException
KettleFileException
public static org.apache.commons.vfs.FileObject getReplayFilename(String destinationDirectory,
String processingFilename,
Date date,
String extension,
Object source)
throws KettleFileException
KettleFileException
public void close()
throws KettleException
FileErrorHandler
close in interface FileErrorHandlerKettleException
public void handleFile(org.apache.commons.vfs.FileObject file)
throws KettleException
FileErrorHandler
handleFile in interface FileErrorHandlerKettleException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||