Package com.atlassian.bitbucket.project
Interface ProjectVisitor<T>
- All Known Implementing Classes:
AbstractProjectVisitor,AbstractVoidProjectVisitor
public interface ProjectVisitor<T>
Implements the visitor pattern for
projects.
Note: Implementors are strongly encouraged to extend from AbstractProjectVisitor or
AbstractVoidProjectVisitor. This interface will change over time, as more
project types are added, and any class implementing it directly will be broken
by such changes. Extending from one of the abstract classes will help prevent such breakages.
-
Method Summary
-
Method Details
-
visit
-
visit
-