Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- CacheDirectoryProvider - Interface in org.netbeans.spi.project
-
Ability for a project to permit other modules to store arbitrary cache data associated with the project.
- call() - Method in interface org.netbeans.api.project.ProjectActionContext.ProjectCallback
-
Performs the project operation, returning a value.
- 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_PRIME - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for priming / initializing 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_PARALLEL - Static variable in interface org.netbeans.spi.project.ActionProvider
-
Standard command for running tests in parallel on given projects sub-modules
- 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.
- ContainedProjectFilter - Class in org.netbeans.api.project
-
Provides list of projects the project action should apply to
- contains(FileObject) - Method in interface org.netbeans.api.project.SourceGroup
-
Check whether the given file is contained in this group.
- context() - Method in class org.netbeans.api.project.ProjectActionContext.Builder
- CopyOperationImplementation - Interface in org.netbeans.spi.project
-
Project Copy Operation.
- createActionProviderMerger() - Static method in class org.netbeans.spi.project.support.LookupProviderSupport
-
Factory method for creating
LookupMerger
instance that mergesActionProvider
instances in the project lookup. - 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
-
Factory method for creating
LookupMerger
instance that mergesSharabilityQueryImplementation2
instances in the project lookup. - 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
-
Creates a
SourceGroup
of the given type and hint. - createSourceGroup(Project, String, String) - Static method in class org.netbeans.api.project.SourceGroupModifier
-
Creates a
SourceGroup
in the givenProject
of the given type and hint. - createSourceGroupFuture(Project, String, String) - Static method in class org.netbeans.api.project.SourceGroupModifier
-
Creates a
SourceGroupModifier.Future
object that is capable of lazily creatingSourceGroup
in the givenProject
of the given type and hint. - createSourcesMerger() - Static method in class org.netbeans.spi.project.support.LookupProviderSupport
-
Factory method for creating
LookupMerger
instance that mergesSources
instances in the project lookup. - customize() - Method in interface org.netbeans.spi.project.ProjectConfigurationProvider
-
Customize this project's configurations.
All Classes and Interfaces|All Packages|Constant Field Values