Uses of Interface
com.iizix.server.prop.IServerApplicationSetupPropCnr
Packages that use IServerApplicationSetupPropCnr Package Description com.iizigo.db.prop com.iizigo.term.prop com.iizix.db.prop com.iizix.server.app com.iizix.server.prop com.iizix.term.prop Uses of IServerApplicationSetupPropCnr in com.iizigo.db.prop
Classes in com.iizigo.db.prop that implement IServerApplicationSetupPropCnr Modifier and Type Class Description classEditorConnectionProfilesSetupEditor class container with all connection profiles setup's by name.Uses of IServerApplicationSetupPropCnr in com.iizigo.term.prop
Classes in com.iizigo.term.prop that implement IServerApplicationSetupPropCnr Modifier and Type Class Description classEditorSessionsPropThis Sessions property container holds the terminal properties.Uses of IServerApplicationSetupPropCnr in com.iizix.db.prop
Classes in com.iizix.db.prop that implement IServerApplicationSetupPropCnr Modifier and Type Class Description classConnectionProfilesSetupContainer with all connection profiles setup's by name.Methods in com.iizix.db.prop that return types with arguments of type IServerApplicationSetupPropCnr Modifier and Type Method Description java.util.List<IServerApplicationSetupPropCnr>ConnectionProfilesSetup. getSetupPropertyContainers(PropCnr moduleRoot)Gets the list of property containers that describes the setup required.Uses of IServerApplicationSetupPropCnr in com.iizix.server.app
Methods in com.iizix.server.app that return IServerApplicationSetupPropCnr Modifier and Type Method Description IServerApplicationSetupPropCnr[]AppFactory. getServerApplicationSetup(java.lang.String pluginID)Gets the configuration setup's for a plug-in with specified ID.Uses of IServerApplicationSetupPropCnr in com.iizix.server.prop
Methods in com.iizix.server.prop that return IServerApplicationSetupPropCnr Modifier and Type Method Description IServerApplicationSetupPropCnr[]ServerConfigEnvProps. getServerApplicationSetup(java.lang.String pluginID)Gets the configuration setup's for a plug-in with specified ID.IServerApplicationSetupPropCnr[]ServerPluginConfig. getServerApplicationSetup()Gets the configuration setup's for this plug-in configuration.Methods in com.iizix.server.prop that return types with arguments of type IServerApplicationSetupPropCnr Modifier and Type Method Description java.util.List<IServerApplicationSetupPropCnr>IServerApplicationSetup. getSetupPropertyContainers(PropCnr moduleRoot)Gets the list of property containers that describes the setup required.Uses of IServerApplicationSetupPropCnr in com.iizix.term.prop
Classes in com.iizix.term.prop that implement IServerApplicationSetupPropCnr Modifier and Type Class Description classSessionsPropThis Sessions property container holds the terminal properties.Methods in com.iizix.term.prop that return types with arguments of type IServerApplicationSetupPropCnr Modifier and Type Method Description java.util.List<IServerApplicationSetupPropCnr>SessionsProp. getSetupPropertyContainers(PropCnr moduleRoot)Gets the list of property containers that describes the setup required.