com.foxsmart.csu.config.global
Interface NameAccessListEntry

All Known Implementing Classes:
ExtIpNameAccessListEntry, RemarkNameAccessListEntry, StdIpNameAccessListEntry

public interface NameAccessListEntry

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


Method Summary
 void buildFromIos(java.lang.String line)
           
 Commands generateIos()
           
 java.lang.String getAccessListName()
          Gets the access list name.
 void setAccessListName(java.lang.String accessListName)
          Sets the access list name.
 void validate()
           
 

Method Detail

setAccessListName

void setAccessListName(java.lang.String accessListName)
Sets the access list name.

Parameters:
accessListName - The access list name.

getAccessListName

java.lang.String getAccessListName()
Gets the access list name.

Returns:
the access list name.

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.