org.netbeans.modules.ruby.rubyproject |
|
Java Source File Name | Type | Comment |
AutoTestSupport.java | Class | |
BootClassPathProvider.java | Class | Supplies classpath information for Ruby installation files such as
gems, the standard library, corelibrary stubs, etc. |
DebugFocusedTest.java | Class | |
GotoTest.java | Class | Action for jumping from a testfile to its original file or vice versa. |
GotoTestTest.java | Class | |
IrbAction.java | Class | Action which shows Irb component. |
IrbTopComponent.java | Class | IRB window. |
IrbTopComponentTest.java | Class | |
JavaClassPathUi.java | Class | |
ProjectClassPathProvider.java | Class | Supplies classpath information according to project file owner. |
ProjectPropertyExtender.java | Class | |
RakeSupport.java | Class | Various methods for supporting Rake execution. |
RakeTargetsAction.java | Class | Run Rake targets defined in the Rails project. |
RakeTargetsDebugAction.java | Class | |
RSpecSupport.java | Class | |
RubyActionProvider.java | Class | Action provider of the Ruby project. |
RubyConfigurationProvider.java | Class | Manages configurations for a Ruby project. |
RubyFileBuiltQuery.java | Class | |
RubyFileLocator.java | Class | |
RubyFileLocatorTest.java | Class | |
RubyOptionsAdvancedPanel.java | Class | Ruby options panel combined from panels for various settings. |
RubyProject.java | Class | Represents one plain Ruby project. |
RubyProjectGenerator.java | Class | Creates a RubyProject from scratch according to some initial configuration. |
RubyProjectGeneratorTest.java | Class | |
RubyProjectModuleInstaller.java | Class | Module install for Ruby projects. |
RubyProjectOperations.java | Class | |
RubyProjectOperationsTest.java | Class | |
RubyProjectTestBase.java | Class | |
RubyProjectType.java | Class | Factory for simple Ruby projects. |
RubyProjectUtil.java | Class | Miscellaneous utilities for the j2seproject module. |
RubySharabilityQuery.java | Class | |
RubySources.java | Class | Implementation of
Sources interface for RubyProject. |
RunFocusedTest.java | Class | |
ScriptDescProvider.java | Interface | ActionProviders can implement this method if they can provide an ExecutionDescriptor
for a single script file in the project's context. |
SharedRubyProjectProperties.java | Class | |
SourceRoots.java | Class | This class represents a project source roots. |
TestNotifier.java | Class | Notifier which listens on test output and if it sees what looks like a failure,
alerts to the problem in the editor status bar; otherwise it reports successes
in the status bar. |
TestNotifierTest.java | Class | |
UpdateHelper.java | Class | (I probably don't need this yet)
Proxy for the RakeProjectHelper which defers the update of the project metadata
to explicit user action. |
Util.java | Class | This was originally org.netbeans.modules.ant.freeform.spi.support.Util
Miscellaneous helper methods. |
UtilTest.java | Class | |