org.eclipse.ocl.examples.internal.wizard
Class AbstractExampleWizard.ProjectDescriptor

java.lang.Object
  extended by org.eclipse.ocl.examples.internal.wizard.AbstractExampleWizard.ProjectDescriptor
Enclosing class:
AbstractExampleWizard

public static class AbstractExampleWizard.ProjectDescriptor
extends java.lang.Object

A descriptor class that describes where to find the zipped contents of a project and what that project should be named when unzipped into the workspace.


Constructor Summary
AbstractExampleWizard.ProjectDescriptor(java.lang.String bundleName, java.lang.String zipLocation, java.lang.String projectName)
          Construct a descriptor that points to a zip file located in a particular bundle at the given location within that bundle.
 
Method Summary
 java.lang.String getBundleName()
           
 java.lang.String getProjectName()
           
 java.lang.String getZipLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractExampleWizard.ProjectDescriptor

public AbstractExampleWizard.ProjectDescriptor(java.lang.String bundleName,
                                               java.lang.String zipLocation,
                                               java.lang.String projectName)
Construct a descriptor that points to a zip file located in a particular bundle at the given location within that bundle. Also provided is the project name for which the zip is the contents. Note that this project name should be the same as is in the contents not some alternative name.

Parameters:
bundleName - The bundle in the runtime that contains the zipped up project contents.
zipLocation - The location within the bundle where the zip file is located.
projectName - The project name in the workspace that will be created to house the project contents.
Method Detail

getBundleName

public java.lang.String getBundleName()

getProjectName

public java.lang.String getProjectName()

getZipLocation

public java.lang.String getZipLocation()