visitor
Interfaces, Classes and Traits
- vfsStreamVisitor
- Interface for a visitor to work on a vfsStream content structure.
- vfsStreamAbstractVisitor
- Abstract base class providing an implementation for the visit() method.
- vfsStreamPrintVisitor
- Visitor which traverses a content structure recursively to print it to an output stream.
- vfsStreamStructureVisitor
- Visitor which traverses a content structure recursively to create an array structure from it.
- vfsStreamAbstractVisitorTestCase
- Test for org\bovigo\vfs\visitor\vfsStreamAbstractVisitor.
- vfsStreamPrintVisitorTestCase
- Test for org\bovigo\vfs\visitor\vfsStreamPrintVisitor.
- vfsStreamStructureVisitorTestCase
- Test for org\bovigo\vfs\visitor\vfsStreamStructureVisitor.