Class ServiceArchiveWizard
- java.lang.Object
-
- org.eclipse.jface.wizard.Wizard
-
- org.apache.axis2.tool.service.eclipse.ui.ServiceArchiveWizard
-
- All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider
,org.eclipse.jface.wizard.IWizard
,org.eclipse.ui.INewWizard
,org.eclipse.ui.IWorkbenchWizard
public class ServiceArchiveWizard extends org.eclipse.jface.wizard.Wizard implements org.eclipse.ui.INewWizard
-
-
Constructor Summary
Constructors Constructor Description ServiceArchiveWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPages()
boolean
canFinish()
String
getClassFileLocation()
String[]
getLibFileList()
org.eclipse.jface.wizard.IWizardPage
getNextPage(org.eclipse.jface.wizard.IWizardPage page)
String
getWsdlFileGenerationStatus()
void
init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)
boolean
performFinish()
void
setClassFileLocation(String location)
void
updateServiceXMLGeneration(boolean status)
void
updateWsdlFileGenerationStatus(String message)
-
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.jface.wizard.IWizard
createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
-
-
-
-
Method Detail
-
getWsdlFileGenerationStatus
public String getWsdlFileGenerationStatus()
- Returns:
- Returns the wsdlFileGenerationStatus.
-
updateWsdlFileGenerationStatus
public void updateWsdlFileGenerationStatus(String message)
- Parameters:
message
- The wsdlFileGenerationStatus to set.
-
getClassFileLocation
public String getClassFileLocation()
-
getLibFileList
public String[] getLibFileList()
-
setClassFileLocation
public void setClassFileLocation(String location)
-
updateServiceXMLGeneration
public void updateServiceXMLGeneration(boolean status)
-
canFinish
public boolean canFinish()
- Specified by:
canFinish
in interfaceorg.eclipse.jface.wizard.IWizard
- Overrides:
canFinish
in classorg.eclipse.jface.wizard.Wizard
-
getNextPage
public org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
- Specified by:
getNextPage
in interfaceorg.eclipse.jface.wizard.IWizard
- Overrides:
getNextPage
in classorg.eclipse.jface.wizard.Wizard
-
addPages
public void addPages()
- Specified by:
addPages
in interfaceorg.eclipse.jface.wizard.IWizard
- Overrides:
addPages
in classorg.eclipse.jface.wizard.Wizard
-
performFinish
public boolean performFinish()
- Specified by:
performFinish
in interfaceorg.eclipse.jface.wizard.IWizard
- Specified by:
performFinish
in classorg.eclipse.jface.wizard.Wizard
-
init
public void init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)
- Specified by:
init
in interfaceorg.eclipse.ui.IWorkbenchWizard
-
-