|
||||||||||
| 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.interfacepkg.EncapsulationOptions
public abstract class EncapsulationOptions
The EncapsulationOptions class represents various encapsulation options for an interface. Specific encapsulation options should extend this class.
| Field Summary |
|---|
| Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser |
|---|
log, NO, tokenIndex |
| Constructor Summary | |
|---|---|
EncapsulationOptions()
Constructs an EncapsulationOptions object. |
|
| Method Summary | |
|---|---|
java.lang.String |
generateIos()
Generates an IOS string for this component. |
void |
validate()
Validates that this object is valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncapsulationOptions()
| Method Detail |
|---|
public void validate()
throws InvalidConfigurationException
InvalidConfigurationException - if the configuration is invalid.
public java.lang.String generateIos()
throws InvalidConfigurationException
InvalidConfigurationException - if any of the configuration elements are not valid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||