|
jSyncManager Simple Java Server | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.c4j.ContractBase<SMTPUtils>
org.jSyncManager.SJS.Adapters.SMTPServer.util.contracts.SMTPUtilsContract
public class SMTPUtilsContract
Contract for the SMTPUtils Class
| Field Summary |
|---|
| Fields inherited from class net.sourceforge.c4j.ContractBase |
|---|
m_target |
| Constructor Summary | |
|---|---|
SMTPUtilsContract(SMTPUtils t)
Constructor, get a reference for the SMTPUtils object |
|
| Method Summary | |
|---|---|
void |
classInvariant()
Invariant checks. |
void |
post_isValidAddress(java.lang.String address)
Post-condition for the isValidAddress method. |
void |
pre_isValidAddress(java.lang.String address)
Pre-condition for the isValidAddress method. |
| Methods inherited from class net.sourceforge.c4j.ContractBase |
|---|
addLogger, classInvariantCheck, getPreconditionValue, getReturnValue, getTargetField, popPreconditionValuesMap, popReturnValue, postConditionCheck, preConditionCheck, pushPreconditionValuesMap, pushReturnValue, setPreconditionValue, setReturnValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SMTPUtilsContract(SMTPUtils t)
t - the object.| Method Detail |
|---|
public void classInvariant()
public void pre_isValidAddress(java.lang.String address)
address - See the SMTPUtils class.public void post_isValidAddress(java.lang.String address)
address - See the SMTPUtils class.
|
jSyncManager Simple Java Server | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||