Uses of Class
de.iip_ecosphere.platform.configuration.easyProducer.PlatformInstantiator.InstantiationConfigurer
Packages that use PlatformInstantiator.InstantiationConfigurer
-
Uses of PlatformInstantiator.InstantiationConfigurer in de.iip_ecosphere.platform.configuration.easyProducer
Subclasses of PlatformInstantiator.InstantiationConfigurer in de.iip_ecosphere.platform.configuration.easyProducerModifier and TypeClassDescriptionstatic classAn instantiation configurer that does not clean the output folder.Methods in de.iip_ecosphere.platform.configuration.easyProducer that return PlatformInstantiator.InstantiationConfigurerModifier and TypeMethodDescriptionPlatformInstantiator.InstantiationConfigurer.emitReasonerWarnings()Enables emitting reasoner warnings.PlatformInstantiator.InstantiationConfigurer.setIvmlMetaModelFolder(File metaModelFolder) Changes the meta model folder.PlatformInstantiator.InstantiationConfigurer.setProperty(String key, String value) Sets a JVM system property for execution.PlatformInstantiator.InstantiationConfigurer.setStartRuleName(String startRuleName) Optionally sets the start rule name.Methods in de.iip_ecosphere.platform.configuration.easyProducer with parameters of type PlatformInstantiator.InstantiationConfigurerModifier and TypeMethodDescriptionstatic voidPlatformInstantiator.instantiate(PlatformInstantiator.InstantiationConfigurer configurer) Performs the platform instantiation.static voidPlatformInstantiatorExecutor.instantiate(PlatformInstantiator.InstantiationConfigurer configurer) Instantiates a platform as specified by theconfigurerrunning the instantiation in an own process.