org.apache.directory.api.asn1.actions
Class CheckNotNullLength<C extends Asn1Container>

java.lang.Object
  extended by org.apache.directory.api.asn1.ber.grammar.GrammarAction<C>
      extended by 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

Field Summary
 
Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
CheckNotNullLength()
          Instantiates the action.
 
Method Summary
 void action(C container)
          The action to be executed.
 
Methods inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckNotNullLength

public CheckNotNullLength()
Instantiates the action.

Method Detail

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.