public class Module extends Object
| Constructor and Description |
|---|
Module(String path,
byte[] content)
Instantiates a new module.
|
Module(String path,
byte[] content,
IEntityInformation entityInformation)
Instantiates a new module.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent()
Gets the content.
|
IEntityInformation |
getEntityInformation()
Gets the entity information.
|
String |
getPath()
Gets the path.
|
public Module(String path, byte[] content)
path - the pathcontent - the contentpublic Module(String path, byte[] content, IEntityInformation entityInformation)
path - the pathcontent - the contententityInformation - the entity informationpublic String getPath()
public byte[] getContent()
public IEntityInformation getEntityInformation()
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.