- CacheDirectoryProvider - Interface in org.netbeans.spi.project
-
Ability for a project to permit other modules to store arbitrary cache
data associated with the project.
- canCreateSourceGroup(String, String) - Method in interface org.netbeans.spi.project.SourceGroupModifierImplementation
-
checks if
SourceGroup
of the given type and hint can be created.
- clearNonProjectCache() - Method in class org.netbeans.api.project.ProjectManager
-
Clear the cached list of folders thought not to be projects.
- clearNonProjectCache() - Method in interface org.netbeans.spi.project.ProjectManagerImplementation
-
Clear the cached list of folders thought not to be projects.
- COMMAND_BUILD - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command to incrementally build the project.
- COMMAND_CLEAN - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command to clean build products.
- COMMAND_COMPILE_SINGLE - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for compiling set of files
- COMMAND_COPY - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for deleting the project.
- COMMAND_DEBUG - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for running the project in debugger
- COMMAND_DEBUG_SINGLE - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for running single file in debugger
- COMMAND_DEBUG_SINGLE_METHOD - Static variable in class org.netbeans.spi.project.SingleMethod
-
Standard command for running single method/function in debugger
- COMMAND_DEBUG_STEP_INTO - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for starting app in debugger and stopping at the
beginning of app whatever that means.
- COMMAND_DEBUG_TEST_SINGLE - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for running one test in debugger
- COMMAND_DELETE - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for deleting the project.
- COMMAND_MOVE - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for moving the project.
- COMMAND_PROFILE - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for running the project in profiler
- COMMAND_PROFILE_SINGLE - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for running single file in profiler
- COMMAND_PROFILE_TEST_SINGLE - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for running one test in profiler
- COMMAND_REBUILD - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command to do a "clean" (forced) rebuild.
- COMMAND_RENAME - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for renaming the project.
- COMMAND_RUN - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for running the project
- COMMAND_RUN_SINGLE - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for running one file
- COMMAND_RUN_SINGLE_METHOD - Static variable in class org.netbeans.spi.project.SingleMethod
-
Standard command for running single method/function
- COMMAND_TEST - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for running tests on given projects
- COMMAND_TEST_SINGLE - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for running one test file
- configurationsAffectAction(String) - Method in interface org.netbeans.spi.project.ProjectConfigurationProvider
-
Indicates if a project action is affected by the choice of configuration.
- contains(FileObject) - Method in interface org.netbeans.api.project.SourceGroup
-
Check whether the given file is contained in this group.
- CopyOperationImplementation - Interface in org.netbeans.spi.project
-
Project Copy Operation.
- createActionProviderMerger() - Static method in class org.netbeans.spi.project.support.LookupProviderSupport
-
- createAdditionalLookup(Lookup) - Method in interface org.netbeans.spi.project.LookupProvider
-
implementations will be asked to create their additional project lookup based on the baseContext
passed as parameter.
- createAssociatedSourceGroup(Project, SourceGroup, String, String, String...) - Static method in class org.netbeans.api.project.SourceGroupModifier
-
Creates a source group associated to an existing one.
- createCompositeLookup(Lookup, String) - Static method in class org.netbeans.spi.project.support.LookupProviderSupport
-
Creates a project lookup instance that combines the content from multiple sources.
- createCompositeLookup(Lookup, Lookup) - Static method in class org.netbeans.spi.project.support.LookupProviderSupport
-
Creates a project lookup instance that combines the content from multiple sources.
- createSharabilityQueryMerger() - Static method in class org.netbeans.spi.project.support.LookupProviderSupport
-
- createSourceGroup(Project, String, String) - Static method in class org.netbeans.api.project.SourceGroupModifier
-
- createSourceGroup() - Method in class org.netbeans.api.project.SourceGroupModifier.Future
-
Create the instance of
SourceGroup
wrapped by
this object.
- createSourceGroup(String, String) - Method in interface org.netbeans.spi.project.SourceGroupModifierImplementation
-
- createSourceGroupFuture(Project, String, String) - Static method in class org.netbeans.api.project.SourceGroupModifier
-
- createSourcesMerger() - Static method in class org.netbeans.spi.project.support.LookupProviderSupport
-
Factory method for creating
LookupMerger
instance that merges
Sources
instances in the project lookup.
- customize() - Method in interface org.netbeans.spi.project.ProjectConfigurationProvider
-
Customize this project's configurations.