Class JavaProperty
A Java property is a name-value pair in a .properties
file.
Import path
import semmle.code.configfiles.ConfigFiles
Direct supertypes
Indirect supertypes
Inherited predicates
getEffectiveName | Gets the string value of the name of this | from ConfigPair |
getEffectiveValue | Gets the string value of the value of this | from ConfigPair |
getFile | Gets the file associated with this element. | from ConfigLocatable |
getLocation | Gets the source location for this element. | from ConfigLocatable |
getNameElement | Gets the name of this | from ConfigPair |
getValueElement | Gets the value of this | from ConfigPair |
toString | Gets a printable representation of this | from ConfigPair |