JTools

org.jtools.props
Class ResolvedProperties.Key

java.lang.Object
  extended by org.jtools.props.ResolvedProperties.Key
Enclosing class:
ResolvedProperties

protected static final class ResolvedProperties.Key
extends Object


Constructor Summary
ResolvedProperties.Key(String key, boolean temp, boolean local, boolean internal, String raw)
           
 
Method Summary
 boolean equals(Object o)
           
 boolean equals(ResolvedProperties.Key o)
           
 String getKey()
           
 String getRaw()
           
 int hashCode()
           
 boolean isInternal()
           
 boolean isLocal()
           
 boolean isTemp()
           
 String toString()
           
 String toString(ResolvedProperties p)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResolvedProperties.Key

public ResolvedProperties.Key(String key,
                              boolean temp,
                              boolean local,
                              boolean internal,
                              String raw)
Method Detail

equals

public boolean equals(ResolvedProperties.Key o)

isInternal

public boolean isInternal()

getKey

public String getKey()

isLocal

public boolean isLocal()

getRaw

public String getRaw()

isTemp

public boolean isTemp()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

toString

public String toString(ResolvedProperties p)

JTools

© 2000-2006, JTools.org.