public class ExcelSheetRuleProvider extends Object implements VerifyRuleProvider
VerifyRule
from Excel Sheet.
This accepts URI:
Constructor and Description |
---|
ExcelSheetRuleProvider() |
Modifier and Type | Method and Description |
---|---|
<T> VerifyRule |
get(DataModelDefinition<T> definition,
VerifyContext context,
URI source)
Creates a
VerifyRule object from the specified source. |
public <T> VerifyRule get(DataModelDefinition<T> definition, VerifyContext context, URI source) throws IOException
VerifyRuleProvider
VerifyRule
object from the specified source.
If this object does not support the URI
,
this method will return null
.
get
in interface VerifyRuleProvider
T
- type of data modeldefinition
- the data model definitioncontext
- current verification contextsource
- the target identifierVerifyRule
,
or null
if the specified source is not valid for this objectIOException
- if failed to load a VerifyRule
from the sourceCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.