- genericOnly(Project) - Static method in class org.netbeans.spi.project.support.GenericSources
-
- GenericSources - Class in org.netbeans.spi.project.support
-
Factories for standard
Sources
implementations.
- get(String, boolean) - Method in interface org.netbeans.spi.project.AuxiliaryProperties
-
Get a property value.
- getActiveConfiguration(Project) - Method in class org.netbeans.api.project.ProjectUtils
-
Returns the active configuration for the given project.
- getActiveConfiguration() - Method in interface org.netbeans.spi.project.ProjectConfigurationProvider
-
Gets the currently active configuration.
- getAuxiliaryConfiguration(Project) - Static method in class org.netbeans.api.project.ProjectUtils
-
Find a way of storing extra configuration in a project.
- getCacheDirectory(Project, Class<?>) - Static method in class org.netbeans.api.project.ProjectUtils
-
Gets a directory in which modules may store arbitrary extra unversioned files
associated with a project.
- getCacheDirectory() - Method in interface org.netbeans.spi.project.CacheDirectoryProvider
-
Get a directory in which modules may store disposable cached information
about the project, such as an index of classes it contains.
- getConfiguration() - Method in class org.netbeans.api.project.ProjectActionContext
-
The project configuration to use for the project query.
- getConfigurationFragment(String, String, boolean) - Method in interface org.netbeans.spi.project.AuxiliaryConfiguration
-
Retrieve a custom fragment of the project's unstructured configuration data
as a portion of a DOM tree.
- getConfigurations() - Method in interface org.netbeans.spi.project.ProjectConfigurationProvider
-
Gets a list of configurations.
- getContainedProjects(Project, boolean) - Static method in class org.netbeans.api.project.ProjectUtils
-
- getContainedProjects() - Method in interface org.netbeans.spi.project.ProjectContainerProvider
-
- getDataFiles() - Method in interface org.netbeans.spi.project.DataFilesProviderImplementation
-
Returns list of
FileObject
s that are considered to be data files and folders
belonging into this project.
- getDataFiles(Project) - Static method in class org.netbeans.spi.project.support.ProjectOperations
-
Return list of files that are considered source files and folders for the given project.
- getDefault() - Static method in class org.netbeans.api.project.ProjectManager
-
Returns the singleton project manager instance.
- getDependencyProjects(Project, boolean) - Static method in class org.netbeans.api.project.ProjectUtils
-
- getDependencyProjects() - Method in interface org.netbeans.spi.project.DependencyProjectProvider
-
- getDisplayName() - Method in interface org.netbeans.api.project.ProjectInformation
-
Get a human-readable display name for the project.
- getDisplayName() - Method in class org.netbeans.api.project.ProjectManager.Result
-
Get a human-readable display name for the project.
- getDisplayName() - Method in interface org.netbeans.api.project.SourceGroup
-
Get a display name suitable for presentation to a user.
- getDisplayName() - Method in interface org.netbeans.spi.project.ProjectConfiguration
-
Provides a display name by which this configuration may be identified in the GUI.
- getFile() - Method in class org.netbeans.spi.project.SingleMethod
-
Returns the file identification.
- getHint() - Method in class org.netbeans.api.project.SourceGroupModifier.Future
-
The source hint associated with the current instance.
- getIcon() - Method in interface org.netbeans.api.project.ProjectInformation
-
Gets icon for given project.
- getIcon() - Method in class org.netbeans.api.project.ProjectManager.Result
-
Get the project icon.
- getIcon(boolean) - Method in interface org.netbeans.api.project.SourceGroup
-
Get an icon for presentation to a user.
- getInformation(Project) - Static method in class org.netbeans.api.project.ProjectUtils
-
Get basic information about a project.
- getLookup() - Method in interface org.netbeans.api.project.Project
-
Get any optional abilities of this project.
- getLookup() - Method in class org.netbeans.api.project.ProjectActionContext
-
- getMergeableClass() - Method in interface org.netbeans.spi.project.LookupMerger
-
Returns a class which is merged by this implementation of LookupMerger
- getMetadataFiles() - Method in interface org.netbeans.spi.project.DataFilesProviderImplementation
-
Returns list of
FileObject
s that are considered to be metadata files
and folders belonging into this project.
- getMetadataFiles(Project) - Static method in class org.netbeans.spi.project.support.ProjectOperations
-
Return list of files that are considered metadata files and folders for the given project.
- getMethodName() - Method in class org.netbeans.spi.project.SingleMethod
-
Returns name of a method/function within the file.
- getModifiedProjects() - Method in class org.netbeans.api.project.ProjectManager
-
Get a list of all projects which are modified and need to be saved.
- getModifiedProjects() - Method in interface org.netbeans.spi.project.ProjectManagerImplementation
-
Get a list of all projects which are modified and need to be saved.
- getMutex() - Method in interface org.netbeans.spi.project.ProjectManagerImplementation
-
Get a read/write lock to be used for all project metadata accesses.
- getMutex(boolean, Project, Project...) - Method in interface org.netbeans.spi.project.ProjectManagerImplementation
-
Get a read/write lock to be used for project metadata accesses.
- getName() - Method in interface org.netbeans.api.project.ProjectInformation
-
Get a programmatic code name suitable for use in build scripts or other
references.
- getName() - Method in interface org.netbeans.api.project.SourceGroup
-
Get a code name suitable for internal identification of this source group.
- getOwner(FileObject) - Static method in class org.netbeans.api.project.FileOwnerQuery
-
Find the project, if any, which "owns" the given file.
- getOwner(URI) - Static method in class org.netbeans.api.project.FileOwnerQuery
-
Find the project, if any, which "owns" the given URI.
- getOwner(URI) - Method in interface org.netbeans.spi.project.FileOwnerQueryImplementation
-
Decide which project, if any, "owns" a given file.
- getOwner(FileObject) - Method in interface org.netbeans.spi.project.FileOwnerQueryImplementation
-
Decide which project, if any, "owns" a given file.
- getPartentProject() - Method in interface org.netbeans.spi.project.ParentProjectProvider
-
The immediate parent of this project or null
if there is no
parent known.
- getPreferences(Project, Class, boolean) - Static method in class org.netbeans.api.project.ProjectUtils
-
Return
Preferences
for the given project and given module.
- getProfiles() - Method in class org.netbeans.api.project.ProjectActionContext
-
Profiles or some project system features/tags that should be applied for the evaluation.
- getProject() - Method in class org.netbeans.api.project.ProjectActionContext
-
Returns the project this context applies to.
- getProject() - Method in interface org.netbeans.api.project.ProjectInformation
-
Get the associated project.
- getProjectAction() - Method in class org.netbeans.api.project.ProjectActionContext
-
The project action in whose context the project queries are performed.
- getProjectDirectory() - Method in interface org.netbeans.api.project.Project
-
Gets an associated directory where the project metadata and possibly sources live.
- getProjectInformation(Project) - Method in interface org.netbeans.spi.project.ProjectInformationProvider
-
- getProjects() - Method in class org.netbeans.spi.project.DependencyProjectProvider.Result
-
- getProjects() - Method in class org.netbeans.spi.project.ProjectContainerProvider.Result
-
- getProjectType() - Method in class org.netbeans.api.project.ProjectManager.Result
-
Get the project type e.g.
- getProperties() - Method in class org.netbeans.api.project.ProjectActionContext
-
User-customized properties that should be effective during the computation.
- getRootFolder() - Method in interface org.netbeans.api.project.SourceGroup
-
Get the folder forming the root of this group of sources.
- getRootProject() - Method in interface org.netbeans.spi.project.RootProjectProvider
-
Implementations should return the farthest known parent project of this
project or this
if this project itself a root project or
there is no known root project (so this project shall be considered as
root).
- getSourceGroups(String) - Method in interface org.netbeans.api.project.Sources
-
Find all root source folders matching a given type.
- getSources(Project) - Static method in class org.netbeans.api.project.ProjectUtils
-
Get a list of sources for a project.
- getSubprojects() - Method in interface org.netbeans.spi.project.SubprojectProvider
-
Get a set of projects which this project can be considered to depend upon somehow.
- getSupportedActions() - Method in interface org.netbeans.spi.project.ActionProvider
-
Get a list of all commands which this project supports.
- getType() - Method in class org.netbeans.api.project.SourceGroupModifier.Future
-
The type of sources associated with the current instance.
- group(Project, FileObject, String, String, Icon, Icon) - Static method in class org.netbeans.spi.project.support.GenericSources
-
Default kind of source folder group.