| java.lang.Object org.netbeans.modules.web.project.WebSources
Constructor Summary | |
| WebSources(AntProjectHelper helper, PropertyEvaluator evaluator, SourceRoots sourceRoots, SourceRoots testRoots) |
WebSources | WebSources(AntProjectHelper helper, PropertyEvaluator evaluator, SourceRoots sourceRoots, SourceRoots testRoots)(Code) | | |
getSourceGroups | public SourceGroup[] getSourceGroups(String type)(Code) | | Returns an array of SourceGroup of given type. It delegates to
SourcesHelper .
This method firstly acquire the
ProjectManager.mutex in read mode then it enters
into the synchronized block to ensure that just one instance of the
SourcesHelper is created. These instance is cleared also in the synchronized block by the
WebSources.fireChange method.
|
|
|