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() |
Path |
getConfigFilePath() |
int |
hashCode() |
void |
setConfigFile(com.google.gson.JsonObject configFile) |
void |
setConfigFilePath(Path configFilePath) |
public ConfigFileObject(Path configFilePath, com.google.gson.JsonObject configFile)
public void setConfigFilePath(Path configFilePath)
public com.google.gson.JsonObject getConfigFile()
JsonObjectpublic void setConfigFile(com.google.gson.JsonObject configFile)
Copyright © 2016 Kurento. All rights reserved.