CodeQL library for Java/Kotlin
codeql/java-all 0.9.1 (changelog, source)
Search

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 ConfigPair if it exists and the empty string if it doesn’t.

from ConfigPair
getEffectiveValue

Gets the string value of the value of this ConfigPair if it exists and the empty string if it doesn’t.

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 ConfigPair, if any.

from ConfigPair
getValueElement

Gets the value of this ConfigPair, if any.

from ConfigPair
toString

Gets a printable representation of this ConfigPair.

from ConfigPair

Charpred