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.setInTest(boolean test) Configures whether the instantiation shall run in test mode.PlatformInstantiation.setLogPath(String path) Sets the log path for transport-based distributed logging.PlatformInstantiation.setProperty(String key, String value) Sets a JVM system property for execution.