JRubik v0.6

es.aeat.eett.plugins.infoRubik.jobs.olap_jobs.map_job
Class MapJob

java.lang.Object
  extended byes.aeat.eett.plugins.infoRubik.jobs.olap_jobs.map_job.MapJob
All Implemented Interfaces:
Job

public class MapJob
extends java.lang.Object
implements Job


Field Summary
private static java.lang.String CAPTION
           
private  java.io.File fileJob
           
private static java.lang.String fileSeparator
           
private static java.util.ResourceBundle localizationResources
           
private  MapComponent map
           
private static java.lang.String NAME_PLUGING
           
(package private)  java.lang.String rBaseMapa
           
private  RubikMdx rm
           
private  java.lang.String rUserBaseMapa
           
private  java.lang.String userName
           
 
Fields inherited from interface es.aeat.eett.plugins.infoRubik.jobs.job_core.Job
KEY_CAPTION_PLUGIN, KEY_DEPLOY, KEY_JOB, KEY_JOB_NAME, KEY_NAME_PLUGIN
 
Constructor Summary
(package private) MapJob()
           
(package private) MapJob(java.io.File file)
           
 
Method Summary
 void createFileOut(java.io.File fileOut)
           
 java.lang.String getCaption()
           
private  org.jdom.Element getDeployElement()
           
 java.io.File getFileJob()
           
 java.lang.String getPuginName()
           
 org.jdom.Element getRootElement()
           
 void ini()
           
private  void loadFile()
           
private  boolean loadRootElement(org.jdom.Element rootElement)
           
 void run()
           
 void setFileJob(java.io.File file)
           
 void show(Plugin plugin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

fileSeparator

private static final java.lang.String fileSeparator

rBaseMapa

final java.lang.String rBaseMapa

userName

private final java.lang.String userName

rUserBaseMapa

private final java.lang.String rUserBaseMapa

map

private MapComponent map

rm

private RubikMdx rm

fileJob

private java.io.File fileJob
Constructor Detail

MapJob

MapJob()

MapJob

MapJob(java.io.File file)
Method Detail

getPuginName

public java.lang.String getPuginName()
Specified by:
getPuginName 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)

getCaption

public java.lang.String getCaption()
Specified by:
getCaption in interface Job

ini

public void ini()
         throws java.lang.Exception
Specified by:
ini in interface Job
Throws:
java.lang.Exception

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

show

public void show(Plugin plugin)
Specified by:
show in interface Job

getFileJob

public java.io.File getFileJob()
Specified by:
getFileJob in interface Job

setFileJob

public void setFileJob(java.io.File file)
Specified by:
setFileJob in interface Job

JRubik v0.6

JRubik v0.6