Uses of Interface
org.outerj.daisy.repository.variant.Branch

Packages that use Branch
org.outerj.daisy.repository Core API for accessing the repository, and creating and modifying documents in it. 
org.outerj.daisy.repository.variant   
 

Uses of Branch in org.outerj.daisy.repository
 

Methods in org.outerj.daisy.repository that return Branch
 Branch AvailableVariant.getBranch()
           
 

Uses of Branch in org.outerj.daisy.repository.variant
 

Methods in org.outerj.daisy.repository.variant that return Branch
 Branch[] Branches.getArray()
           
 Branch VariantManager.createBranch(java.lang.String name)
          Creates a new branch definition.
 Branch VariantManager.getBranch(long id, boolean updateable)
          Retrieves a branch by ID.
 Branch VariantManager.getBranch(java.lang.String branch, boolean updateable)
          Retrieves a branch by ID or by name depending on whether the branch parameter starts with a digit.
 Branch VariantManager.getBranchByName(java.lang.String name, boolean updateable)
          Retrieves a branch by name.
 



Copyright © -2005 . All Rights Reserved.