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

Module ConfigFiles

Provides classes and predicates for working with configuration files, such as Java .properties or .ini files.

Import path

import semmle.code.configfiles.ConfigFiles

Imports

Location

Provides classes and predicates for working with locations.

Classes

ConfigLocatable

An element in a configuration file has a location.

ConfigName

The name element of a ConfigPair.

ConfigPair

A name-value pair often used to store configuration properties for applications, such as the port, name or address of a database.

ConfigValue

The value element of a ConfigPair.

JavaProperty

A Java property is a name-value pair in a .properties file.