Package jodd.props
Class PropsEntry
java.lang.Object
jodd.props.PropsEntry
Holds props value.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
Original value. -
next
-
key
-
profile
-
hasMacro
protected final boolean hasMacro -
propsData
-
-
Constructor Details
-
PropsEntry
-
-
Method Details
-
getValue
Returns the raw value. Macros are not replaced. -
getValue
Returns the property value, with replaced macros. -
getKey
Returns property key. -
getProfile
Returns property profile ornullif this is a base property. -
hasMacro
public boolean hasMacro()Returnstrueif value has a macro to resolve. -
toString
-