Uses of Class
com.aragost.javahg.Phase

Packages that use Phase
com.aragost.javahg   
 

Uses of Phase in com.aragost.javahg
 

Methods in com.aragost.javahg that return Phase
static Phase Phase.fromText(String s)
          Return the Phase that correspond to the specified text.
 Phase Changeset.phase()
           
 Phase Changeset.readPhase()
          Deprecated. 
static Phase Phase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Phase[] Phase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.aragost.javahg that return types with arguments of type Phase
 Map<Changeset,Phase> Repository.phases(String... revs)
          Return the phases of the specified revisions
 Map<Changeset,Phase> Repository.readPhases(String... revs)
          Deprecated. use phases instead
 



Copyright © 2011-2013 aragost Trifork ag. All Rights Reserved.