|
||||||||||
| 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.classmap.MatchInfo
com.foxsmart.csu.config.global.classmap.MatchInfoInputInterface
public class MatchInfoInputInterface
The MatchInfoInputInterface class specifies an input interface to match.
| Field Summary |
|---|
| Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser |
|---|
log, NO, tokenIndex |
| Constructor Summary | |
|---|---|
MatchInfoInputInterface()
Constructs a match info input interface object. |
|
| Method Summary | |
|---|---|
java.lang.String |
generateIos()
Generates the IOS string associated with this part of the router configuration. |
java.lang.String |
getInterfaceName()
Gets the interface name. |
void |
setInterfaceName(java.lang.String interfaceName)
Sets the interface name (e.g. |
void |
validate()
Validates this component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MatchInfoInputInterface()
| Method Detail |
|---|
public void setInterfaceName(java.lang.String interfaceName)
interfaceName - The interface name.public java.lang.String getInterfaceName()
public void validate()
throws InvalidConfigurationException
MatchInfo
validate in class MatchInfoInvalidConfigurationException - if the configuration is invalid.CiscoRouterConfigComponent
public java.lang.String generateIos()
throws InvalidConfigurationException
MatchInfo
generateIos in class MatchInfoInvalidConfigurationException - if the configuration is invalid.CiscoRouterConfigComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||