public class

AbstractAccessGrantVisitor

extends Object
implements AccessGrantVisitor<T>
java.lang.Object
   ↳ com.atlassian.bitbucket.repository.ref.restriction.AbstractAccessGrantVisitor<T>

Class Overview

A base implementation of AccessGrantVisitor that returns null for all access grant types

Summary

Public Constructors
AbstractAccessGrantVisitor()
Public Methods
T visit(UserAccessGrant grant)
T visit(GroupAccessGrant grant)
Protected Methods
T defaultValue()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.bitbucket.repository.ref.restriction.AccessGrantVisitor

Public Constructors

public AbstractAccessGrantVisitor ()

Public Methods

public T visit (UserAccessGrant grant)

public T visit (GroupAccessGrant grant)

Protected Methods

protected T defaultValue ()