|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.spi.java.platform.PlatformInstall
Defines an API for registering custom Java platform installer. The Installer
is responsible for recognizing the platform, through its accept(org.openide.filesystems.FileObject)
method,
and for instantiation itself, through the provided TemplateWizard.Iterator.
Constructor Summary | |
PlatformInstall()
|
Method Summary | |
abstract boolean |
accept(FileObject baseFolder)
Checks whether the folder actually contains the supported SDK type. |
abstract WizardDescriptor.InstantiatingIterator |
createIterator(FileObject baseFolder)
Determines whether the Recognizer recognizes a Java Platform in the passed folder. |
abstract String |
getDisplayName()
Returns the diaply name of the platform. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PlatformInstall()
Method Detail |
public abstract WizardDescriptor.InstantiatingIterator createIterator(FileObject baseFolder)
public abstract boolean accept(FileObject baseFolder)
baseFolder
- folder where the SDK is installed
public abstract String getDisplayName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |