Uses of Interface
com.iizix.server.IAppLoader
Packages that use IAppLoader
Package
Description
Uses of IAppLoader in com.iizigo.app
Classes in com.iizigo.app that implement IAppLoaderModifier and TypeClassDescriptionclassEclipse part of the application distributor.Uses of IAppLoader in com.iizix.app.builder
Classes in com.iizix.app.builder that implement IAppLoaderModifier and TypeClassDescriptionclassClass 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.serverModifier and TypeInterfaceDescriptioninterfaceThe interface to the Server instance, whether running in a JakartaEE Application Server or stand-alone using another web server and/or WebSocket implementation.Classes in com.iizix.server that implement IAppLoaderModifier and TypeClassDescriptionclassServer using Jetty to serve a Run Configuration launch of an application from Eclipse.classThe Server Shell.classThe iiziServer in standard mode.Uses of IAppLoader in com.iizix.server.app
Constructors in com.iizix.server.app with parameters of type IAppLoaderModifierConstructorDescriptionAppFactory(String appID, String serverEnvironmentName, IAppLoader loader, 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 IAppLoaderModifier and TypeMethodDescriptionstatic ModuleProjectPropCnrModuleProject.loadModuleProject(IAppLoader loader, 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 IAppLoaderModifier and TypeClassDescriptionclassThe 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 IAppLoaderModifier and TypeClassDescriptionclassThe IIZI Runtime Builder Server that processes remote building of customized iiziRun's from an iiziGo instance.