public static interface CommandLink.Requirement
| Modifier and Type | Method and Description |
|---|---|
com.datasiqn.resultapi.Result<com.datasiqn.resultapi.None,String> |
testRequirement(CommandContext context)
Tests this requirement
|
com.datasiqn.resultapi.Result<com.datasiqn.resultapi.None,String> testRequirement(CommandContext context)
context - The context in which the requirement is being tested inOk value means the requirement passed, while an Error value means the requirement failedCopyright © 2024. All rights reserved.