|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.di.job.entry.JobEntryBase
org.pentaho.di.job.entries.zipfile.JobEntryZipFile
public class JobEntryZipFile
This defines a 'zip file' job entry. Its main use would be to zip files in a directory and process zipped files (deleted or move).
| Field Summary | |
|---|---|
int |
afterzip
|
int |
compressionrate
|
int |
ifzipfileexists
|
| Constructor Summary | |
|---|---|
JobEntryZipFile()
|
|
JobEntryZipFile(String n)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
Support for overrides not having to put in a check method. |
Object |
clone()
This method is called when a job entry is duplicated in Spoon. |
boolean |
evaluates()
This method must return true if the job entry supports the true/false outgoing hops. |
Result |
execute(Result previousResult,
int nr)
Execute the job entry. |
boolean |
getcreateparentfolder()
|
boolean |
getDatafromprevious()
|
String |
getDateTimeFormat()
|
String |
getFullFilename(String filename,
boolean add_date,
boolean add_time,
boolean specify_format,
String datetime_folder)
|
String |
getMoveToDirectory()
|
String |
getSourceDirectory()
|
String |
getWildcard()
|
String |
getWildcardExclude()
|
String |
getXML()
This method is called by PDI whenever a job entry needs to serialize its settings to XML. |
String |
getZipFilename()
|
boolean |
isAddFileToResult()
|
boolean |
isCreateMoveToDirectory()
|
boolean |
isDateInFilename()
|
boolean |
isIncludingSubFolders()
|
boolean |
isSpecifyFormat()
|
boolean |
isTimeInFilename()
|
void |
loadRep(Repository rep,
ObjectId id_jobentry,
List<DatabaseMeta> databases,
List<SlaveServer> slaveServers)
This method is called by PDI whenever a job entry needs to read its configuration from a PDI repository. |
void |
loadXML(Node entrynode,
List<DatabaseMeta> databases,
List<SlaveServer> slaveServers,
Repository rep)
This method is called by PDI whenever a job entry needs to read its settings from XML. |
boolean |
processRowFile(Job parentJob,
Result result,
String realZipfilename,
String realWildcard,
String realWildcardExclude,
String realSourceDirectoryOrFile,
String realMovetodirectory,
boolean createparentfolder)
|
void |
saveRep(Repository rep,
ObjectId id_job)
This method is called by PDI whenever a job entry needs to save its settings to a PDI repository. |
void |
setAddFileToResult(boolean addfiletoresultin)
|
void |
setCreateMoveToDirectory(boolean createMoveToDirectory)
|
void |
setcreateparentfolder(boolean createparentfolder)
|
void |
setDatafromprevious(boolean isfromprevious)
|
void |
setDateInFilename(boolean adddate)
|
void |
setDateTimeFormat(String date_time_format)
|
void |
setIncludingSubFolders(boolean includesSubFolders)
|
void |
setMoveToDirectory(String movetodirectory)
|
void |
setSourceDirectory(String sourcedirectory)
|
void |
setSpecifyFormat(boolean SpecifyFormat)
|
void |
setTimeInFilename(boolean addtime)
|
void |
setWildcard(String wildcard)
|
void |
setWildcardExclude(String wildcardexclude)
|
void |
setZipFilename(String zipFilename)
|
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.pentaho.di.job.entry.JobEntryInterface |
|---|
clear, exportResources, getDescription, getDialogClassName, getFilename, getLogChannel, getName, getObjectId, getParentJob, getPluginId, getRealFilename, getResourceDependencies, getSQLStatements, getSQLStatements, getTypeId, getUsedDatabaseConnections, hasChanged, hasRepositoryReferences, isDummy, isEvaluation, isJob, isMail, isShell, isSpecial, isStart, isTransformation, isUnconditional, lookupRepositoryReferences, resetErrorsBeforeExecution, setChanged, setChanged, setDescription, setName, setObjectId, setParentJob, setPluginId, setRepository |
| Field Detail |
|---|
public int compressionrate
public int ifzipfileexists
public int afterzip
| Constructor Detail |
|---|
public JobEntryZipFile(String n)
public JobEntryZipFile()
| Method Detail |
|---|
public Object clone()
JobEntryBase
clone in interface JobEntryInterfaceclone in class JobEntryBasepublic String getXML()
JobEntryBase
getXML in interface JobEntryInterfacegetXML in class JobEntryBase
public void loadXML(Node entrynode,
List<DatabaseMeta> databases,
List<SlaveServer> slaveServers,
Repository rep)
throws KettleXMLException
JobEntryInterface
loadXML in interface JobEntryInterfaceentrynode - the top-level XML nodedatabases - the list of databasesslaveServers - the list of slave serversrep - the repository object
KettleXMLException - if any errors occur during the loading of the XML
public void loadRep(Repository rep,
ObjectId id_jobentry,
List<DatabaseMeta> databases,
List<SlaveServer> slaveServers)
throws KettleException
JobEntryBase
loadRep in interface JobEntryInterfaceloadRep in class JobEntryBaserep - the repository objectid_jobentry - the id of the job entrydatabases - the list of databasesslaveServers - the list of slave servers
KettleException - if any errors occur during the load
public void saveRep(Repository rep,
ObjectId id_job)
throws KettleException
JobEntryBase
saveRep in interface JobEntryInterfacesaveRep in class JobEntryBaserep - the repository objectid_job - the id_job
KettleException - if any errors occur during the save
public boolean processRowFile(Job parentJob,
Result result,
String realZipfilename,
String realWildcard,
String realWildcardExclude,
String realSourceDirectoryOrFile,
String realMovetodirectory,
boolean createparentfolder)
public Result execute(Result previousResult,
int nr)
JobEntryInterface
execute in interface JobEntryInterfacepreviousResult - the previous resultnr - the number of rows
public String getFullFilename(String filename,
boolean add_date,
boolean add_time,
boolean specify_format,
String datetime_folder)
public boolean evaluates()
JobEntryBase
evaluates in interface JobEntryInterfaceevaluates in class JobEntryBasepublic void setZipFilename(String zipFilename)
public void setWildcard(String wildcard)
public void setWildcardExclude(String wildcardexclude)
public void setSourceDirectory(String sourcedirectory)
public void setMoveToDirectory(String movetodirectory)
public String getSourceDirectory()
public String getMoveToDirectory()
public String getZipFilename()
public boolean isCreateMoveToDirectory()
public void setCreateMoveToDirectory(boolean createMoveToDirectory)
public String getWildcard()
public String getWildcardExclude()
public void setAddFileToResult(boolean addfiletoresultin)
public boolean isAddFileToResult()
public void setcreateparentfolder(boolean createparentfolder)
public void setDateInFilename(boolean adddate)
public boolean isDateInFilename()
public void setTimeInFilename(boolean addtime)
public boolean isTimeInFilename()
public boolean isSpecifyFormat()
public void setSpecifyFormat(boolean SpecifyFormat)
public String getDateTimeFormat()
public void setDateTimeFormat(String date_time_format)
public boolean getcreateparentfolder()
public void setDatafromprevious(boolean isfromprevious)
public boolean getDatafromprevious()
public void check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
JobEntryBase
check in interface JobEntryInterfacecheck in class JobEntryBaseremarks - CheckResults from checking the job entryjobMeta - JobMeta information letting threading back to the JobMeta possiblepublic boolean isIncludingSubFolders()
public void setIncludingSubFolders(boolean includesSubFolders)
includesSubFolders - Set to true if the search for files to zip in a folder needs to include sub-folders
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||