Method Summary |
|
public String | getDetectedVersion() Returns the current detected version. |
public String | getMaxVersion() Returns the current used maximum version. |
public String | getMinVersion() Returns the current used minimum version. |
public String | getSummaryBody() |
public String | getVariableName() Returns the name of the variable which should be used for the path. |
public boolean | isValidated() Indicates wether the panel has been validated or not. |
public void | panelActivate() Called when the panel becomes active. |
protected void | setDetectedVersion(String string) Sets the given value as current detected version. |
protected void | setMaxVersion(String string) Sets the given value as maximum for version control. |
protected void | setMinVersion(String string) Sets the given value as minimum for version control. |
public void | setVariableName(String string) Sets the name for the variable which should be set with the path. |