Uses of Interface
org.netbeans.api.project.Sources
Packages that use Sources
Package
Description
General API for finding and manipulating all kinds of projects.
-
Uses of Sources in org.netbeans.api.project
Methods in org.netbeans.api.project that return SourcesModifier and TypeMethodDescriptionstatic Sources
ProjectUtils.getSources
(Project p) Get a list of sources for a project. -
Uses of Sources in org.netbeans.spi.project.support
Methods in org.netbeans.spi.project.support that return SourcesModifier and TypeMethodDescriptionstatic Sources
GenericSources.genericOnly
(Project p) Lists only one source folder group, ofTYPE_GENERIC
, containing the project directory, as byGenericSources.group(org.netbeans.api.project.Project, org.openide.filesystems.FileObject, java.lang.String, java.lang.String, javax.swing.Icon, javax.swing.Icon)
.Methods in org.netbeans.spi.project.support that return types with arguments of type SourcesModifier and TypeMethodDescriptionstatic LookupMerger
<Sources> LookupProviderSupport.createSourcesMerger()
Factory method for creatingLookupMerger
instance that mergesSources
instances in the project lookup.