Package | Description |
---|---|
org.netbeans.api.server |
API providing the common server instances.
|
org.netbeans.spi.server |
SPI for registering different kinds of servers in the IDE.
|
Modifier and Type | Method and Description |
---|---|
static ServerInstance |
CommonServerUIs.showAddServerInstanceWizard()
Displays the modal wizard for creating new server instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
CommonServerUIs.showCloudCustomizer(ServerInstance instance)
Displays the modal cloud manager dialog with the specified cloud instance
preselected.
|
static void |
CommonServerUIs.showCustomizer(ServerInstance instance)
Displays the modal server manager dialog with the specified server instance
preselected.
|
Modifier and Type | Method and Description |
---|---|
static ServerInstance |
ServerInstanceFactory.createServerInstance(ServerInstanceImplementation impl)
Creates the API representation of the provided SPI instance.
|
abstract ServerInstance |
ServerInstanceFactory.Accessor.createServerInstance(ServerInstanceImplementation impl) |