Package | Description |
---|---|
starkcoder.failfast | |
starkcoder.failfast.checks | |
starkcoder.failfast.contractors | |
starkcoder.failfast.fails |
Modifier and Type | Method and Description |
---|---|
ICallContractor |
AFailFast.getCallContractor() |
Modifier and Type | Method and Description |
---|---|
void |
AFailFast.setCallContractor(ICallContractor callContractor) |
Constructor and Description |
---|
AFailFast(IChecker checker,
IFailer failer,
ICallContractor callContractor)
Recommended constructor receiving required references (manual constructor dependency injection).
|
FailFast(IChecker checker,
IFailer failer,
ICallContractor callContractor)
Recommended constructor receiving required references (manual constructor dependency injection).
|
Modifier and Type | Method and Description |
---|---|
ICallContractor |
AChecker.getCallContractor() |
Modifier and Type | Method and Description |
---|---|
void |
AChecker.setCallContractor(ICallContractor callContractor) |
Constructor and Description |
---|
AChecker(ICallContractor callContractor)
Recommended constructor receiving required references (manual constructor
dependency injection).
|
Checker(ICallContractor callContractor)
Recommended constructor receiving required references (manual constructor dependency injection).
|
Modifier and Type | Class and Description |
---|---|
class |
ACallContractor
Abstract implementation of ICallContractor.
|
class |
CallContractor
Default concrete implementation of
ICallContractor using abstract implementation ACallContractor . |
Modifier and Type | Method and Description |
---|---|
ICallContractor |
ICallContractorReference.getCallContractor()
Retrieves the call contractor.
|
Modifier and Type | Method and Description |
---|---|
void |
ICallContractorReference.setCallContractor(ICallContractor callContractor)
Sets the call contractor, or null to end an existing contract.
|
Modifier and Type | Method and Description |
---|---|
ICallContractor |
AFailer.getCallContractor() |
Modifier and Type | Method and Description |
---|---|
void |
AFailer.setCallContractor(ICallContractor callContractor) |
Constructor and Description |
---|
AFailer(ICallContractor callContractor)
Recommended constructor receiving required references (manual constructor dependency injection).
|
Failer(ICallContractor callContractor)
Recommended constructor receiving required references (manual constructor dependency injection).
|
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.