Skip navigation links
org.netbeans.modules.projectapi/1 1.69.1
A C D E F G H I L M N O P R S T U 

G

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() - 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.
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
Utility method for access to ProjectContainerProvider, a less vague variant of the SubprojectProvider for code that wants to access projects that the current project serves as container for.
getContainedProjects() - Method in interface org.netbeans.spi.project.ProjectContainerProvider
 
getDataFiles() - Method in interface org.netbeans.spi.project.DataFilesProviderImplementation
Returns list of FileObjects 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
Utility method for access to DependencyProjectProvider, a less vague variant of the SubprojectProvider for code that wants to access project's dependencies that are also projects.
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.
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 FileObjects 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.
getPreferences(Project, Class, boolean) - Static method in class org.netbeans.api.project.ProjectUtils
Return Preferences for the given project and given module.
getProject() - Method in interface org.netbeans.api.project.ProjectInformation
Get the associated project.
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.
getRootFolder() - Method in interface org.netbeans.api.project.SourceGroup
Get the folder forming the root of this group of sources.
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.
A C D E F G H I L M N O P R S T U 
Skip navigation links
org.netbeans.modules.projectapi/1 1.69.1

Built on March 27 2024.  |   Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.