public final class DefaultDenyAllStatementSupport extends AbstractVoidStatementSupport<DefaultDenyAllStatement,DefaultDenyAllEffectiveStatement>
Modifier and Type | Method and Description |
---|---|
DefaultDenyAllStatement |
createDeclared(StmtContext<Void,DefaultDenyAllStatement,?> ctx)
Create a
DeclaredStatement for specified context. |
DefaultDenyAllEffectiveStatement |
createEffective(StmtContext<Void,DefaultDenyAllStatement,DefaultDenyAllEffectiveStatement> ctx)
Create a
EffectiveStatement for specified context. |
static DefaultDenyAllStatementSupport |
getInstance() |
protected SubstatementValidator |
getSubstatementValidator()
Returns corresponding substatement validator of a statement support.
|
parseArgumentValue
getPublicView, getSupportSpecificForArgument, hasArgumentSpecificSupports, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclared
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
adaptArgumentValue, getArgumentDefinition, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getStatementName, getUnknownStatementDefinitionOf, internArgument, isIgnoringConfig, isIgnoringIfFeatures
public static DefaultDenyAllStatementSupport getInstance()
public DefaultDenyAllStatement createDeclared(StmtContext<Void,DefaultDenyAllStatement,?> ctx)
StatementFactory
DeclaredStatement
for specified context.ctx
- Statement contextpublic DefaultDenyAllEffectiveStatement createEffective(StmtContext<Void,DefaultDenyAllStatement,DefaultDenyAllEffectiveStatement> ctx)
StatementFactory
EffectiveStatement
for specified context.ctx
- Statement contextprotected SubstatementValidator getSubstatementValidator()
AbstractStatementSupport
getSubstatementValidator
in class AbstractStatementSupport<Void,DefaultDenyAllStatement,DefaultDenyAllEffectiveStatement>
Copyright © 2020 OpenDaylight. All rights reserved.