Class Module

java.lang.Object
org.eclipse.dirigible.engine.api.script.Module

public class Module
extends Object
The Module.
  • Constructor Details

    • Module

      public Module​(String path, byte[] content)
      Instantiates a new module.
      Parameters:
      path - the path
      content - the content
    • Module

      public Module​(String path, byte[] content, IEntityInformation entityInformation)
      Instantiates a new module.
      Parameters:
      path - the path
      content - the content
      entityInformation - the entity information
  • Method Details