Uses of Interface
com.iizix.server.IAppLoader
Packages that use IAppLoader Package Description com.iizigo.app com.iizix.app.builder com.iizix.server com.iizix.server.app com.iizix.server.devel com.iizix.server.jakarta com.iizix.server.run.remote Uses of IAppLoader in com.iizigo.app
Classes in com.iizigo.app that implement IAppLoader Modifier and Type Class Description classEclipseApplicationDistributorEclipse part of the application distributor.Uses of IAppLoader in com.iizix.app.builder
Classes in com.iizix.app.builder that implement IAppLoader Modifier and Type Class Description classApplicationDistributorClass used to produce a distribution of an iiziApp file from module projects.Uses of IAppLoader in com.iizix.server
Subinterfaces of IAppLoader in com.iizix.server Modifier and Type Interface Description interfaceIServerThe interface to the Server instance, whether running in a J2EE Application Server or stand-alone using another web server and/or WebSocket implementation.Classes in com.iizix.server that implement IAppLoader Modifier and Type Class Description classJettyRunConfigurationServer using Jetty to serve a Run Configuration launch of an application from Eclipse.classServerShellThe Server Shell.classStandardServerThe iizi Server in standard mode.Uses of IAppLoader in com.iizix.server.app
Constructors in com.iizix.server.app with parameters of type IAppLoader Constructor Description AppFactory(java.lang.String appID, java.lang.String serverEnvironmentName, IAppLoader loader, java.io.File file, AppDefinition definition)Load the application from an Jar file or just creates a development instance.Uses of IAppLoader in com.iizix.server.devel
Methods in com.iizix.server.devel with parameters of type IAppLoader Modifier and Type Method Description static ModuleProjectPropCnrModuleProject. loadModuleProject(IAppLoader loader, java.io.File dir, HotDeploy hotDeploy, boolean isVerbose)Loads an iizi Module project that consists of discrete files in a directory structure.Uses of IAppLoader in com.iizix.server.jakarta
Classes in com.iizix.server.jakarta that implement IAppLoader Modifier and Type Class Description classJakartaEEServerThe JakartaEEServer is the iiziServer Shell running the JakartaEE environment.Uses of IAppLoader in com.iizix.server.run.remote
Classes in com.iizix.server.run.remote that implement IAppLoader Modifier and Type Class Description classRuntimeBuilderServerThe iizi Runtime Builder Server that processes remote building of customized iiziRun's from an iiziGo instance.