public class PropsEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
key |
protected PropsEntry |
next |
protected java.lang.String |
profile |
protected java.lang.String |
resolved
Value with all macros resolved.
|
protected java.lang.String |
value
Original value.
|
| Constructor and Description |
|---|
PropsEntry(java.lang.String key,
java.lang.String value,
java.lang.String profile) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Returns property key.
|
java.lang.String |
getProfile()
Returns property profile or
null if this is a base property. |
java.lang.String |
getValue()
Returns either resolved or real value.
|
java.lang.String |
toString() |
protected final java.lang.String value
protected java.lang.String resolved
null when
value doesn't contain anything to resolve.protected PropsEntry next
protected final java.lang.String key
protected final java.lang.String profile
public PropsEntry(java.lang.String key,
java.lang.String value,
java.lang.String profile)
public java.lang.String getValue()
public java.lang.String getKey()
public java.lang.String getProfile()
null if this is a base property.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2003-2013 Jodd Team