Package de.loskutov.anyedit.actions
Class CountAllInFolderAction.CountingVisitor
- java.lang.Object
-
- de.loskutov.anyedit.actions.CountAllInFolderAction.CountingVisitor
-
- All Implemented Interfaces:
org.eclipse.core.resources.IResourceVisitor
- Enclosing class:
- CountAllInFolderAction
static class CountAllInFolderAction.CountingVisitor extends java.lang.Object implements org.eclipse.core.resources.IResourceVisitor
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long
derivedFiles
(package private) long
derivedFolders
(package private) long
files
(package private) long
folders
(package private) long
projects
(package private) long
teamFiles
(package private) long
teamFolders
-
Constructor Summary
Constructors Constructor Description CountingVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
visit(org.eclipse.core.resources.IResource resource)
-