java.lang.Object |
↳ |
com.atlassian.bitbucket.project.AbstractProjectVisitor<T> |
Class Overview
A base implementation of ProjectVisitor
which returns null
for all project types.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.atlassian.bitbucket.project.ProjectVisitor
|
Public Constructors
public
AbstractProjectVisitor
()
Protected Constructors
protected
AbstractProjectVisitor
(T defaultValue)
Parameters
defaultValue
| the value to return when visiting a project, if not overridden in a subclass
|
Public Methods