com.legstar.eclipse.plugin.jbossesbgen.wizards
Class AbstractCixsJbossEsbGeneratorWizardRunnable

java.lang.Object
  extended by com.legstar.eclipse.plugin.common.wizards.AbstractWizardRunnable
      extended by com.legstar.eclipse.plugin.cixscom.wizards.AbstractCixsGeneratorWizardRunnable
          extended by com.legstar.eclipse.plugin.jbossesbgen.wizards.AbstractCixsJbossEsbGeneratorWizardRunnable
All Implemented Interfaces:
org.eclipse.jface.operation.IRunnableWithProgress
Direct Known Subclasses:
Cixs2JbossEsbGeneratorWizardRunnable, JbossEsb2CixsGeneratorWizardRunnable

public abstract class AbstractCixsJbossEsbGeneratorWizardRunnable
extends com.legstar.eclipse.plugin.cixscom.wizards.AbstractCixsGeneratorWizardRunnable

Background task that performs the actual artifacts generation. The process involves 2 steps:


Constructor Summary
AbstractCixsJbossEsbGeneratorWizardRunnable(com.legstar.eclipse.plugin.cixscom.wizards.AbstractCixsGeneratorWizardPage cixsGenWizardPage, String antFileNameId)
          Constructs the backend generation task.
 
Method Summary
 
Methods inherited from class com.legstar.eclipse.plugin.cixscom.wizards.AbstractCixsGeneratorWizardRunnable
getAntScriptFileName, run
 
Methods inherited from class com.legstar.eclipse.plugin.common.wizards.AbstractWizardRunnable
checkProbeFile, createBuild, getAntBuildModel, getAntFile, getAntFileRelativePath, getAntFolderAbsolutePath, getAntFolderRelativePath, getGeneratedAntFile, getPreferenceAntFolder, getProbeFile, getProject, getTargetAntFileName, getTargetAntScriptLocation, getTargetProject, mkDir, runBuild, setAntBuildModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCixsJbossEsbGeneratorWizardRunnable

public AbstractCixsJbossEsbGeneratorWizardRunnable(com.legstar.eclipse.plugin.cixscom.wizards.AbstractCixsGeneratorWizardPage cixsGenWizardPage,
                                                   String antFileNameId)
                                            throws InvocationTargetException
Constructs the backend generation task.

Parameters:
cixsGenWizardPage - the main wizard page
antFileNameId - a prefix to append before file name.
Throws:
InvocationTargetException - if construction fails


Copyright © 2011 LegSem. All Rights Reserved.