|
||||||||||
| 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
com.foxsmart.csu.config.global.AccessListMatchInfoNetwork
public class AccessListMatchInfoNetwork
The AccessListMatchInfoNetwork class matches network traffic based on network address information.
| Field Summary |
|---|
| Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser |
|---|
log, NO, tokenIndex |
| Constructor Summary | |
|---|---|
AccessListMatchInfoNetwork()
Constructs an access list match info network object. |
|
| Method Summary | |
|---|---|
java.lang.String |
generateIos()
Generates the IOS string associated with this part of the router configuration. |
Host |
getHost()
Gets the host information. |
IpAddress |
getWildcard()
Gets the wildcard address. |
void |
setHost(Host host)
Sets the host information. |
void |
setWildcard(IpAddress wildcard)
Sets the wildcard address. |
void |
validate()
See comments in CiscoRouterConfigComponent. |
| Methods inherited from class com.foxsmart.csu.config.global.AccessListMatchInfo |
|---|
getPortInfo, setPortInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessListMatchInfoNetwork()
| Method Detail |
|---|
public void setHost(Host host)
host - The host information.public Host getHost()
public void setWildcard(IpAddress wildcard)
wildcard - The wildcard address.public IpAddress getWildcard()
public void validate()
throws InvalidConfigurationException
validate in class AccessListMatchInfoInvalidConfigurationException - if the configuration is invalid.
public java.lang.String generateIos()
throws InvalidConfigurationException
generateIos in class AccessListMatchInfoInvalidConfigurationException - if the configuration is invalid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||