com.atlassian.bandana
Interface BandanaContext

All Superinterfaces:
Serializable

public interface BandanaContext
extends Serializable

The hierarchical context representing the scope of given BandanaConfigurationObject objects.

Implementations will provide the hierarchy via their getParent() implementation.


Method Summary
 BandanaContext getParentContext()
           
 boolean hasParentContext()
           
 

Method Detail

getParentContext

BandanaContext getParentContext()
Returns:
This context's parent, or null if it is a root context.

hasParentContext

boolean hasParentContext()
Returns:
Whether or not this context has a parent context.


Atlassian Bandana is developed by Atlassian Software Systems.