org.apache.directory.api.asn1.actions
Class CheckNotNullLength<C extends Asn1Container>
java.lang.Object
org.apache.directory.api.asn1.ber.grammar.GrammarAction<C>
org.apache.directory.api.asn1.actions.CheckNotNullLength<C>
- All Implemented Interfaces:
- Action<C>
public class CheckNotNullLength<C extends Asn1Container>
- extends GrammarAction<C>
An action that checks the length is not null
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction |
name |
|
Method Summary |
void |
action(C container)
The action to be executed. |
CheckNotNullLength
public CheckNotNullLength()
- Instantiates the action.
action
public void action(C container)
throws org.apache.directory.api.asn1.DecoderException
- The action to be executed.
- Parameters:
container - The container which stores the current data
- Throws:
org.apache.directory.api.asn1.DecoderException - Thrown if something went wrong.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.