public abstract class CustomPlatformInstall extends GeneralPlatformInstall
JavaPlatform
through the provided
TemplateWizard.Iterator. If your installer selects the platform on the local disk you
probably don't want to use this class, the PlatformInstall
class
creates an platform chooser for you. You want to use this class if the
platform is not on the local disk, eg. you want to download it from the web.
Consult the GeneralPlatformInstall
javadoc about the CustomPlatformInstall
registration.Constructor and Description |
---|
CustomPlatformInstall() |
Modifier and Type | Method and Description |
---|---|
abstract WizardDescriptor.InstantiatingIterator<WizardDescriptor> |
createIterator()
Returns the
WizardDescriptor.InstantiatingIterator used to install
the platform. |
getDisplayName
public abstract WizardDescriptor.InstantiatingIterator<WizardDescriptor> createIterator()
WizardDescriptor.InstantiatingIterator
used to install
the platform. The platform definition file returned by the instantiate method
should be created in the Services/Platforms/org-netbeans-api-java-Platform
folder on the system filesystem.