Uses of Interface
planet.scribe.ScribePolicy

Packages that use ScribePolicy
planet.scribe   
 

Uses of ScribePolicy in planet.scribe
 

Classes in planet.scribe that implement ScribePolicy
static class ScribePolicy.DefaultScribePolicy
          The default policy for Scribe, which always allows new children to join and adds children in the order in which they are provided, implicitly providing a depth-first search.
static class ScribePolicy.LimitedScribePolicy
          An optional policy for Scribe, which allows up to a specified number of children per topic.
 

Fields in planet.scribe declared as ScribePolicy
protected  ScribePolicy ScribeImpl.policy
          this scribe's policy
 

Methods in planet.scribe that return ScribePolicy
 ScribePolicy ScribeImpl.getPolicy()
          Returns the current policy for this scribe object
 ScribePolicy Scribe.getPolicy()
          Returns the current policy for this scribe object
 

Methods in planet.scribe with parameters of type ScribePolicy
 void ScribeImpl.setPolicy(ScribePolicy policy)
          Sets the current policy for this scribe object
 void Scribe.setPolicy(ScribePolicy policy)
          Sets the current policy for this scribe object
 

Constructors in planet.scribe with parameters of type ScribePolicy
ScribeImpl(java.lang.String appId, ScribePolicy policy)
          Constructor for Scribe