|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Specification
Describes a specification of a module, that means its name, versions and possible
"physical" locations. The combination of getName() and
getRuleVersion() defines the file name of that module.
| Method Summary | |
|---|---|
LocationList |
getLocationList()
Get list of locations for the module. |
java.lang.String |
getName()
Get module name. |
java.lang.String |
getRuleVersion()
Get rule version, that is needed to verify the module. |
void |
setName(java.lang.String name)
Set module name. |
void |
setRuleVersion(java.lang.String ruleVersion)
Set rule version, that is needed to verify the module. |
| Method Detail |
|---|
void setName(java.lang.String name)
name - Module name.java.lang.String getName()
void setRuleVersion(java.lang.String ruleVersion)
ruleVersion - Rule version.java.lang.String getRuleVersion()
LocationList getLocationList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||