public class EzySimpleZoneSetting extends Object implements EzyZoneSetting, com.tvd12.ezyfox.util.EzyInitable
| Modifier and Type | Field and Description |
|---|---|
protected EzySimpleAppsSetting |
applications |
protected String |
configFile |
protected EzySimpleEventControllersSetting |
eventControllers |
protected int |
id |
protected int |
maxUsers |
protected String |
name |
protected EzySimplePluginsSetting |
plugins |
protected EzySimpleStreamingSetting |
streaming |
protected EzySimpleUserManagementSetting |
userManagement |
| Constructor and Description |
|---|
EzySimpleZoneSetting() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
EzySimpleAppSetting |
getAppById(Integer id) |
EzySimpleAppSetting |
getAppByName(String name) |
Set<Integer> |
getAppIds() |
Set<String> |
getAppNames() |
EzySimplePluginSetting |
getPluginById(Integer id) |
EzySimplePluginSetting |
getPluginByName(String name) |
Set<Integer> |
getPluginIds() |
Set<String> |
getPluginNames() |
int |
hashCode() |
void |
init() |
Map<Object,Object> |
toMap() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetApplications, getConfigFile, getEventControllers, getId, getMaxUsers, getName, getPlugins, getStreaming, getUserManagementprotected final int id
protected String name
protected String configFile
protected int maxUsers
protected EzySimpleStreamingSetting streaming
protected EzySimplePluginsSetting plugins
protected EzySimpleAppsSetting applications
protected EzySimpleUserManagementSetting userManagement
protected EzySimpleEventControllersSetting eventControllers
public void init()
init in interface com.tvd12.ezyfox.util.EzyInitablepublic Set<String> getAppNames()
getAppNames in interface EzyZoneSettingpublic Set<Integer> getAppIds()
getAppIds in interface EzyZoneSettingpublic EzySimpleAppSetting getAppByName(String name)
getAppByName in interface EzyZoneSettingpublic EzySimpleAppSetting getAppById(Integer id)
getAppById in interface EzyZoneSettingpublic Set<String> getPluginNames()
getPluginNames in interface EzyZoneSettingpublic Set<Integer> getPluginIds()
getPluginIds in interface EzyZoneSettingpublic EzySimplePluginSetting getPluginByName(String name)
getPluginByName in interface EzyZoneSettingpublic EzySimplePluginSetting getPluginById(Integer id)
getPluginById in interface EzyZoneSettingCopyright © 2021 Young Monkeys. All rights reserved.