Uses of Interface
de.iip_ecosphere.platform.configuration.cfg.PlatformInstantiation
-
Uses of PlatformInstantiation in de.iip_ecosphere.platform.configuration.cfg
Methods in de.iip_ecosphere.platform.configuration.cfg that return PlatformInstantiationModifier and TypeMethodDescriptionstatic PlatformInstantiationConfigurationFactory.createInstantiator(File localRepo, Consumer<Long> executionTimeConsumer) Creates a platform instantiator instance.ConfigurationFactoryDescriptor.createInstantiator(File localRepo, Consumer<Long> executionTimeConsumer) Creates a platform instantiator instance.PlatformInstantiation.setAllServices(boolean allServices) Configures whether all services or just referenced services by apps shall be instantiated.PlatformInstantiation.setAllTypes(boolean allTypes) Configures whether all types or just referenced types by apps shall be instantiated.PlatformInstantiation.setIncremental(boolean incremental) Configures whether the instantiation shall run in incremental mode.PlatformInstantiation.setProperty(String key, String value) Sets a JVM system property for execution.