public class CalendarScanListener extends BaseScanListener
| Modifier and Type | Field and Description |
|---|---|
static String[] |
m_rgstrMonths |
m_fileSource, m_parent, m_recordOwnerCollection, m_strSourcePrefix, m_writer| Constructor and Description |
|---|
CalendarScanListener()
Default constructor.
|
CalendarScanListener(RecordOwnerParent parent,
String strSourcePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
filterDirectory(File file)
If this file should be processed, return true.
|
boolean |
filterFile(File file)
If this file should be processed, return true.
|
String |
getNewCalendarPath(File file)
GetNewCalendarPath Method.
|
void |
init(RecordOwnerParent parent,
String strSourcePrefix)
Init Method.
|
void |
moveSourceToDest(LineNumberReader reader,
PrintWriter dataOut)
MoveSourceToDest Method.
|
void |
moveThisFile(File fileSource,
File fileDestDir,
String strDestName)
Do whatever processing that needs to be done on this file.
|
addRecordOwner, convertString, free, getProperties, getProperty, getTask, moveThisFile, postProcessThisDirectory, processThisDirectory, removeRecordOwner, retrieveUserProperties, setPrintWriter, setProperties, setProperty, setSourceFilepublic static final String[] m_rgstrMonths
public CalendarScanListener()
public CalendarScanListener(RecordOwnerParent parent, String strSourcePrefix)
public void init(RecordOwnerParent parent, String strSourcePrefix)
init in class BaseScanListenerpublic boolean filterDirectory(File file)
filterDirectory in interface ScanListenerfilterDirectory in class BaseScanListenerpublic boolean filterFile(File file)
filterFile in interface ScanListenerfilterFile in class BaseScanListenerpublic void moveThisFile(File fileSource, File fileDestDir, String strDestName)
moveThisFile in interface ScanListenermoveThisFile in class BaseScanListenerpublic void moveSourceToDest(LineNumberReader reader, PrintWriter dataOut)
moveSourceToDest in class BaseScanListenerCopyright © 2015 jbundle.org. All Rights Reserved.