|
||||||||||
| 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.line.ModemAutoConfigure
public class ModemAutoConfigure
The ModemAutoConfigure class represents the autoconfigure information for the Modem class.
| Field Summary | |
|---|---|
static java.lang.String |
AUTOCONFIGURE
|
static java.lang.String |
DISCOVERY
|
static java.lang.String |
TYPE
|
| Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser |
|---|
log, NO, tokenIndex |
| Constructor Summary | |
|---|---|
ModemAutoConfigure()
Constructs a modem autoconfigure object. |
|
| Method Summary | |
|---|---|
Commands |
generateDeleteIos(CiscoRouterConfig updatedCiscoRouterConfig)
Generates the delete IOS commands associated with this "component". |
Commands |
generateIos()
Generates the IOS associated with this "component". |
java.lang.String |
getAutoConfigureMode()
Gets the auto configure mode. |
java.lang.String |
getModemType()
Gets the the modem type. |
void |
setAutoConfigureMode(java.lang.String autoConfigureMode)
Sets the autoconfigure mode. |
void |
setModemType(java.lang.String modemType)
Sets the the modem type. |
void |
validate()
Validates that this "component" is valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String AUTOCONFIGURE
public static final java.lang.String DISCOVERY
public static final java.lang.String TYPE
| Constructor Detail |
|---|
public ModemAutoConfigure()
| Method Detail |
|---|
public void setAutoConfigureMode(java.lang.String autoConfigureMode)
autoConfigureMode - The auto configure mode.public java.lang.String getAutoConfigureMode()
public void setModemType(java.lang.String modemType)
modemType - The the modem type.public java.lang.String getModemType()
public void validate()
throws InvalidConfigurationException
InvalidConfigurationException - if the configuration is invalid.CiscoRouterConfigComponent
public Commands generateIos()
throws InvalidConfigurationException
InvalidConfigurationException - if the configuration is invalid.CiscoRouterConfigComponent
public Commands generateDeleteIos(CiscoRouterConfig updatedCiscoRouterConfig)
throws InvalidConfigurationException
updatedCiscoRouterConfig - the updated Cisco router configuration.
InvalidConfigurationException - if the configuration is invalid.MultiLineComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||