com.foxsmart.csu.config.global
Interface NumberAccessListEntry

All Known Implementing Classes:
ExtIpNumberAccessListEntry, ExtMacAddressNumberAccessListEntry, ProtocolNumberAccessListEntry, RemarkNumberAccessListEntry, StdIpNumberAccessListEntry, StdMacAddressNumberAccessListEntry

public interface NumberAccessListEntry

This interface identifies an access list entry that is associated with a number.


Method Summary
 void buildFromIos(java.lang.String line)
           
 Commands generateIos()
           
 java.lang.Integer getAccessListNumber()
          Gets the access list number.
 boolean isAccessNumberSupported(int accessListNumber)
          Determines whether an access list number is supported by a specific access list entry type.
 void setAccessListNumber(java.lang.Integer accessListNumber)
          Sets the access list number.
 void validate()
           
 

Method Detail

isAccessNumberSupported

boolean isAccessNumberSupported(int accessListNumber)
Determines whether an access list number is supported by a specific access list entry type.

Parameters:
accessListNumber - The access list number to verify.
Returns:
True if the access list number is supported or false if not.

setAccessListNumber

void setAccessListNumber(java.lang.Integer accessListNumber)
Sets the access list number.

Parameters:
accessListNumber - The access list number.

getAccessListNumber

java.lang.Integer getAccessListNumber()
Gets the access list number.

Returns:
the access list number.

buildFromIos

void buildFromIos(java.lang.String line)
                  throws InvalidConfigurationException
Parameters:
line - the IOS line
Throws:
InvalidConfigurationException - if the configuration is invalid.
See Also:
CiscoRouterConfigComponent

validate

void validate()
              throws InvalidConfigurationException
Throws:
InvalidConfigurationException - if the configuration is invalid.
See Also:
CiscoRouterConfigComponent

generateIos

Commands generateIos()
                     throws InvalidConfigurationException
Returns:
the generated IOS.
Throws:
InvalidConfigurationException - if the configuration is invalid.
See Also:
CiscoRouterConfigComponent


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