public class Identifier extends Object implements Serializable
Object
with a toString()
value set by the constructor. Instances of this class
can be used instead of Strings
for map and registry
keys. The reason for doing so is that this class uses reference
equality for .equals()
semantics, so that multiple
users can use the same registry without fear of duplicating
someone else's key. Instances can also simply be used where it's
helpful to have human readable toString()
values for
otherwise non-functional objects when Strings
can't
be used for some reason.Constructor and Description |
---|
Identifier(String name)
Creates a new
Identifier with the specified
toString() value. |
public Identifier(String name)
Identifier
with the specified
toString()
value.See the Plexus project home, hosted by SourceForge.
Copyright ? 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.