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 |
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 |
JavaProperty |
A Java property is a name-value pair in a |