public class ModuleOutput extends Object
Constructor and Description |
---|
ModuleOutput() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ModuleControl |
getControl()
Defines further processing of output lines, more info at
ModuleOutput |
Map<String,String> |
getLoadedResources()
Getter of newly loaded resources
|
String |
getMode()
Getter of parser mode
|
List<String> |
getOutput()
List of produced lines
|
int |
hashCode() |
void |
setControl(ModuleControl control)
Setter of module control
|
void |
setLoadedResources(Map<String,String> loadedResources)
Setter for newly loaded resources
|
void |
setMode(String mode)
Setter for parser mode
|
String |
toString() |
public ModuleControl getControl()
ModuleOutput
public void setControl(ModuleControl control)
control
- public Map<String,String> getLoadedResources()
public void setLoadedResources(Map<String,String> loadedResources)
loadedResources
- public String getMode()
public void setMode(String mode)
mode
- Copyright © 2013. All Rights Reserved.