Remote Systems
v6.4.1

com.ibm.etools.systems.files.importexport.jar
Class RemoteJarExportWizard

java.lang.Object
  extended byWizard
      extended bycom.ibm.etools.systems.files.importexport.jar.RemoteJarExportWizard

public class RemoteJarExportWizard
extends Wizard

This is the remote jar export wizard.

See Also:
Serialized Form

Constructor Summary
RemoteJarExportWizard()
          Constructor.
 
Method Summary
 void addPages()
           
protected  boolean executeExportOperation(IRemoteJarExportRunnable op)
          Exports the JAR package.
protected  IStructuredSelection getValidSelection()
          Gets the current workspace page selection and converts it to a valid selection for this wizard: - resources and projects are OK - CUs are OK - Java projects are OK - Source package fragments and source packages fragement roots are ok - Java elements below a CU are converted to their CU - all other input elements are ignored
 void init(IWorkbench workbench, IStructuredSelection selection)
           
 boolean performFinish()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteJarExportWizard

public RemoteJarExportWizard()
Constructor.

Method Detail

addPages

public void addPages()
See Also:
IWizard

performFinish

public boolean performFinish()
See Also:
IWizard

init

public void init(IWorkbench workbench,
                 IStructuredSelection selection)
See Also:
IWorkbenchWizard

executeExportOperation

protected boolean executeExportOperation(IRemoteJarExportRunnable op)
Exports the JAR package.

Returns:
a boolean indicating success or failure.

getValidSelection

protected IStructuredSelection getValidSelection()
Gets the current workspace page selection and converts it to a valid selection for this wizard: - resources and projects are OK - CUs are OK - Java projects are OK - Source package fragments and source packages fragement roots are ok - Java elements below a CU are converted to their CU - all other input elements are ignored

Returns:
a valid structured selection based on the current selection

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.