|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.foxsmart.csu.config.CiscoRouterConfigParser
com.foxsmart.csu.config.global.AccessListMatchInfo
public abstract class AccessListMatchInfo
The AccessListMatchInfo class represents the access list match information that is used by the router to determine whether certain network traffic matches a set of criteria.
| Field Summary |
|---|
| Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser |
|---|
log, NO, tokenIndex |
| Constructor Summary | |
|---|---|
AccessListMatchInfo()
Constructs an access list match info object. |
|
| Method Summary | |
|---|---|
java.lang.String |
generateIos()
Generates the IOS string associated with this part of the router configuration. |
AccessListPortMatchInfo |
getPortInfo()
Gets the port information. |
void |
setPortInfo(AccessListPortMatchInfo portInfo)
Sets the port information. |
void |
validate()
See comments in CiscoRouterConfigComponent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessListMatchInfo()
| Method Detail |
|---|
public void setPortInfo(AccessListPortMatchInfo portInfo)
portInfo - The port information.public AccessListPortMatchInfo getPortInfo()
public void validate()
throws InvalidConfigurationException
InvalidConfigurationException - if the configuration is invalid.
public java.lang.String generateIos()
throws InvalidConfigurationException
InvalidConfigurationException - if the configuration is invalid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||