|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LicenseReaderIssueResolver
Defines "resolver" interface which introduces methods responsible for the resolving of the issues and conflicts occured during the license locating and reading.
| Method Summary | |
|---|---|
boolean |
resolveLicenseCorrupted(LicenseReader aSource)
This method is responsible for resolving an issue when license is corrupted. |
boolean |
resolveLicenseMissing(LicenseReader aSource)
This method is responsible for the resolving an issue when license is missing. |
| Method Detail |
|---|
boolean resolveLicenseMissing(LicenseReader aSource)
This method is responsible for the resolving an issue when license is missing. Implementation of this method should:
aSource - identifies the license reader calling this method
true if issue is resolved; false otherwiseboolean resolveLicenseCorrupted(LicenseReader aSource)
This method is responsible for resolving an issue when license is corrupted. Implementation of this method should:
aSource - identifies the license reader calling this method
true if issue is resolved; false otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||