com.foxsmart.csu.config.global.interfacepkg
Class HdlcEncapsulationOptions

java.lang.Object
  extended by com.foxsmart.csu.config.CiscoRouterConfigParser
      extended by com.foxsmart.csu.config.global.interfacepkg.EncapsulationOptions
          extended by com.foxsmart.csu.config.global.interfacepkg.HdlcEncapsulationOptions
All Implemented Interfaces:
java.io.Serializable

public class HdlcEncapsulationOptions
extends EncapsulationOptions

The HdlcEncapsulationOptions class contains Serial HDLC synchronous encapsulation options. Currently, there are no specific options other than the existence of this object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser
log, NO, tokenIndex
 
Constructor Summary
HdlcEncapsulationOptions()
          Constructs an HdlcEncapsulationOptions object.
 
Method Summary
 java.lang.String generateIos()
          Generates an IOS string for this encapsulation option.
 
Methods inherited from class com.foxsmart.csu.config.global.interfacepkg.EncapsulationOptions
validate
 
Methods inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser
checkExists, checkLineComplete, checkNotEmpty, checkRange, checkTokenCount, checkTokenCount, checkTokenMatch, checkTokenMatch, decrementTokenIndex, generateCommands, getBigDecimalNumberFromString, getDoubleNumberFromString, getEnum, getHexadecimalNumberFromString, getIntegerNumberFromString, getIpAddressFromString, getLine, getLongNumberFromString, getMacAddressFromString, getNextOptionalToken, getNextToken, getToken, getTokenIndex, getTokens, getTotalIndentedLines, getTotalLines, incrementTokenIndex, invalidConfiguration, invalidTokenFound, isEmpty, moreIndentedLines, moreLines, moreTokens, removeLines, resetTokenIndex, setTokenIndex, tokensLeft
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HdlcEncapsulationOptions

public HdlcEncapsulationOptions()
Constructs an HdlcEncapsulationOptions object.

Method Detail

generateIos

public java.lang.String generateIos()
                             throws InvalidConfigurationException
Generates an IOS string for this encapsulation option.

Overrides:
generateIos in class EncapsulationOptions
Returns:
The IOS string for this component.
Throws:
InvalidConfigurationException - if any of the configuration elements are not valid.


Copyright © 2005-2008 Fox Smart, Inc. All Rights Reserved.