org.netbeans.modules.php.rt.spi.providers |
|
Java Source File Name | Type | Comment |
Command.java | Interface | This interface represent commands that could be used
in project ( f.e. |
CommandProvider.java | Interface | |
Host.java | Interface | This interface is used for retrieving basic information
about configured host. |
ProjectConfigProvider.java | Interface | This provider has responsibility to configure
project with web server specific settings. |
ProjectCustomizerComponent.java | Interface | |
ProjectWizardComponent.java | Interface | |
UiConfigProvider.java | Interface | Provider that is responsible for new host configuration in
runtime explorer wizard. |
WebServerProvider.java | Interface | This is entry point for certnain type Web server functionality.
This provider has responibility to manipulate Hosts, Nodes in runtime
explorer ( that correspond to Hosts ) ,
providing UI : for host configuration and project configuration
( it provide specific settings when host is chosen in project wizard ),
performing commands ( commands
are delegated from project to this provider ). |