Class Module
java.lang.Object
org.eclipse.dirigible.engine.api.script.Module
public class Module extends Object
The Module.
-
Constructor Summary
Constructors Constructor Description Module(String path, byte[] content)Instantiates a new module.Module(String path, byte[] content, IEntityInformation entityInformation)Instantiates a new module. -
Method Summary
Modifier and Type Method Description byte[]getContent()Gets the content.IEntityInformationgetEntityInformation()Gets the entity information.StringgetPath()Gets the path.
-
Constructor Details
-
Method Details
-
getPath
Gets the path.- Returns:
- the path
-
getContent
public byte[] getContent()Gets the content.- Returns:
- the content
-
getEntityInformation
Gets the entity information.- Returns:
- the entity information
-