org.netbeans.modules.ruby.railsprojects.server |
|
Java Source File Name | Type | Comment |
Mongrel.java | Class | This class represents a Mongrel (gem) installation. |
RailsAppChildrenFactory.java | Class | A factory for creating Rails application nodes. |
RailsApplication.java | Class | This class represent a running Rails application. |
RailsServerManager.java | Class | Support for the builtin Ruby on Rails web server: WEBrick, Mongrel, Lighttpd
This is really primitive at this point; I should talk to the people who
write Java web server plugins and take some pointers. |
RubyServer.java | Interface | An interface specific to Mongrel and WEBrick to facilitate
their handling. |
RubyServerTest.java | Class | |
ServerInstanceProviderImpl.java | Class | A server instance provider implementation that handles registering
Mongrel and WEBrick instances. |
ServerRegistry.java | Class | A server registry for servers with Ruby capabilities.
TODO: a work in progess. |
WEBrick.java | Class | This class represents a WEBrick installation. |