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.
 
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.