public class ConfigFileObject extends Object
| Constructor and Description |
|---|
ConfigFileObject(Path configFilePath,
com.google.gson.JsonObject configFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.gson.JsonObject |
getConfigFile()
Return the contents of a config file, as JSON object.
|
Path |
getConfigFilePath()
Returns the configuration file path.
|
int |
hashCode() |
void |
setConfigFile(com.google.gson.JsonObject configFile) |
void |
setConfigFilePath(Path configFilePath) |
public ConfigFileObject(Path configFilePath, com.google.gson.JsonObject configFile)
public Path getConfigFilePath()
Path of this configuration filepublic void setConfigFilePath(Path configFilePath)
public com.google.gson.JsonObject getConfigFile()
JsonObjectpublic void setConfigFile(com.google.gson.JsonObject configFile)
Copyright © 2020 Kurento. All rights reserved.