Class ConfigPair
A name-value pair often used to store configuration properties for applications, such as the port, name or address of a database.
Import path
import semmle.code.configfiles.ConfigFiles
Direct supertypes
Indirect supertypes
Known direct subtypes
Predicates
getEffectiveName | Gets the string value of the name of this |
getEffectiveValue | Gets the string value of the value of this |
getNameElement | Gets the name of this |
getValueElement | Gets the value of this |
toString | Gets a printable representation of this |
Inherited predicates
getFile | Gets the file associated with this element. | from ConfigLocatable |
getLocation | Gets the source location for this element. | from ConfigLocatable |