Class EclModuleParallel

    • Field Detail

      • CONFIG_PROPERTIES

        protected static final java.util.Set<java.lang.String> CONFIG_PROPERTIES
    • Constructor Detail

      • EclModuleParallel

        public EclModuleParallel()
    • Method Detail

      • getImportConfiguration

        public java.util.HashMap<java.lang.String,​java.lang.Class<?>> getImportConfiguration()
        Overrides:
        getImportConfiguration in class EclModule
      • getConfigurationProperties

        public java.util.Set<java.lang.String> getConfigurationProperties()
        Description copied from interface: IEolModule
        Get the set of property names that should be retrieved from the ILaunchConfiguration in order to configure this module.
        Returns:
      • configure

        public void configure​(java.util.Map<java.lang.String,​?> properties)
                       throws java.lang.IllegalArgumentException
        WARNING: This method should only be called by the DT plugin for initialization purposes, as the context will be reset!
        Parameters:
        properties - a map of property:value
        Throws:
        java.lang.IllegalArgumentException