com.orchestranetworks.instance
Class BranchKey

java.lang.Object
  extended bycom.orchestranetworks.instance.HomeKey
      extended bycom.orchestranetworks.instance.BranchKey

public final class BranchKey
extends HomeKey

Identifies a branch in a repository.

See Also:
Repository.lookupHome(HomeKey)

Field Summary
 
Fields inherited from class com.orchestranetworks.instance.HomeKey
KEY_PATTERN, MAX_KEY_LENGTH
 
Method Summary
 boolean equals(Object x)
           
static BranchKey forName(String aName)
          Deprecated. Replaced by method HomeKey.forBranchName(String).
 boolean isBranch()
          Returns true if this key identifies a branch.
 
Methods inherited from class com.orchestranetworks.instance.HomeKey
forBranchName, format, forVersionName, getName, isVersion, parse, toDisplayString, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

forName

public static final BranchKey forName(String aName)
Deprecated. Replaced by method HomeKey.forBranchName(String).

Returns the branch identifier with the name specified.


isBranch

public boolean isBranch()
Description copied from class: HomeKey
Returns true if this key identifies a branch.

Specified by:
isBranch in class HomeKey

equals

public boolean equals(Object x)


(report a bug)
EBX.Platform 4.5.2 [0601:0004]
Copyright Orchestra Networks 2000-2008. All rights reserved.