Package pl.tkowalcz.tjahzi.log4j2
Class Property
- java.lang.Object
-
- pl.tkowalcz.tjahzi.log4j2.Property
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Returns the property name.StringgetValue()Returns the property value.booleanisValueNeedsLookup()Returnstrueif the value contains a substitutable property that requires a lookup to be resolved.StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
Returns the property name.- Returns:
- the property name.
-
getValue
public String getValue()
Returns the property value.- Returns:
- the value of the property.
-
isValueNeedsLookup
public boolean isValueNeedsLookup()
Returnstrueif the value contains a substitutable property that requires a lookup to be resolved.- Returns:
trueif the value contains {@code "${"}, {@code false} otherwise
-
-