org.netbeans.modules.tasklist.projectint |
|
Java Source File Name | Type | Comment |
EmptyIterator.java | Class | Empty iterator.
author: S. |
FileObjectIterator.java | Class | Iterates all files and sub-folders under the given root folders.
author: S. |
MainProjectIterator.java | Class | Iterate all resources (files and folders) that are under the current main project
and under opened projects that depend on the main one.
The iretator is empty when no project has been set as the main one.
author: S. |
MainProjectScanningScope.java | Class | Task scanning scope for the main project and all opened projects that depend on it.
author: S. |
OpenedProjectsIterator.java | Class | Iterate all resources (files and folders) that are under all opened projects.
author: S. |
OpenedProjectsScanningScope.java | Class | Task scanning scope for all opened projects.
author: S. |
TestUtil.java | Class | Help set up org.netbeans.api.project.*Test. |
TestUtilTest.java | Class | Test functionality of TestUtil. |
Utils.java | Class | Utilities
author: S. |