public class ModuleEntry extends Object
| Constructor and Description |
|---|
ModuleEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
Collection<String> |
getParentModuleUrls() |
String |
getUrl() |
boolean |
isAlive() |
boolean |
isEnabled() |
boolean |
isUpToDate() |
void |
setAlive(boolean alive) |
void |
setEnabled(boolean enabled)
Corresponding setter for
isEnabled(). |
void |
setLabel(String label)
Corresponding setter for
getLabel(). |
void |
setParentModuleUrls(Collection<String> parentModuleUrls) |
void |
setUpToDate(boolean isUpToDate) |
void |
setUrl(String url)
Corresponding setter for
getUrl(). |
public String getUrl()
public boolean isEnabled()
public void setEnabled(boolean enabled)
isEnabled().public String getLabel()
public void setLabel(String label)
getLabel().public boolean isAlive()
public void setAlive(boolean alive)
alive - the alive flag to setpublic boolean isUpToDate()
public void setUpToDate(boolean isUpToDate)
isUpToDate - setter for up to date flagpublic Collection<String> getParentModuleUrls()
public void setParentModuleUrls(Collection<String> parentModuleUrls)
parentModuleUrls - collection of parent modules urls i.e. all modules that should preceede the current module in case of
in-order processing.Copyright © 2018. All rights reserved.