es.aeat.eett.plugins.infoRubik.jobs.olap_jobs.table_job
Class TableJob
java.lang.Object
es.aeat.eett.plugins.infoRubik.jobs.olap_jobs.table_job.TableJob
- All Implemented Interfaces:
- Job
- public class TableJob
- extends java.lang.Object
- implements Job
- Author:
- f00992
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Constructor Summary |
(package private) |
TableJob()
|
(package private) |
TableJob(java.io.File fileJob)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
localizationResources
private static final java.util.ResourceBundle localizationResources
CAPTION
private static final java.lang.String CAPTION
NAME_PLUGING
private static final java.lang.String NAME_PLUGING
- See Also:
- Constant Field Values
rm
private RubikMdx rm
fileJob
private java.io.File fileJob
TableJob
TableJob()
TableJob
TableJob(java.io.File fileJob)
ini
public void ini()
throws java.lang.Exception
- Specified by:
ini
in interface Job
- Throws:
java.lang.Exception
show
public void show(Plugin plugin)
- Specified by:
show
in interface Job
getPuginName
public java.lang.String getPuginName()
- Specified by:
getPuginName
in interface Job
- Returns:
- El nombre del plugin que proporciona este componente
getCaption
public java.lang.String getCaption()
- Specified by:
getCaption
in interface Job
getRootElement
public org.jdom.Element getRootElement()
- Specified by:
getRootElement
in interface Job
getDeployElement
private org.jdom.Element getDeployElement()
loadRootElement
private boolean loadRootElement(org.jdom.Element rootElement)
loadFile
private void loadFile()
throws java.lang.Exception
- Throws:
java.lang.Exception
run
public void run()
throws java.lang.Exception
- Specified by:
run
in interface Job
- Throws:
java.lang.Exception
createFileOut
public void createFileOut(java.io.File fileOut)
throws java.lang.Exception
- Specified by:
createFileOut
in interface Job
- Throws:
java.lang.Exception
getFileJob
public java.io.File getFileJob()
- Specified by:
getFileJob
in interface Job
- Returns:
- Returns the fileJob.
setFileJob
public void setFileJob(java.io.File fileJob)
- Specified by:
setFileJob
in interface Job
- Parameters:
fileJob
- The fileJob to set.
JRubik v0.6