|
||||||||||
| 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.AccessListEntry
com.foxsmart.csu.config.global.StdIpAccessListEntry
public abstract class StdIpAccessListEntry
The StdIpAccessListEntry object contains information used for all standard access lists.
| Field Summary |
|---|
| Fields inherited from class com.foxsmart.csu.config.global.AccessListEntry |
|---|
ANY, DENY, FILTER_TYPE_DENY, FILTER_TYPE_PERMIT, HOST, LOG, LOG_INPUT, PERMIT |
| Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser |
|---|
log, NO, tokenIndex |
| Constructor Summary | |
|---|---|
StdIpAccessListEntry()
Constructs a standard IP access list entry object. |
|
| Method Summary | |
|---|---|
protected void |
buildFromIos(java.lang.String line,
java.util.List tokens)
This method builds this class from an IOS string. |
protected java.lang.String |
generateIosString()
|
boolean |
getLogFlag()
Gets the log flag. |
AccessListMatchInfo |
getMatchInfo()
Gets the access list match information. |
void |
setLogFlag(boolean logFlag)
Sets the log flag. |
void |
setMatchInfo(AccessListMatchInfo matchInfo)
Sets the access list match information. |
protected void |
validate()
|
| Methods inherited from class com.foxsmart.csu.config.global.AccessListEntry |
|---|
clone, getFilterType, isAccessNumberSupported, setFilterType, validateAccessListName, validateAccessListNumber, validateFilterType |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StdIpAccessListEntry()
| Method Detail |
|---|
public void setMatchInfo(AccessListMatchInfo matchInfo)
matchInfo - The access list match information.public AccessListMatchInfo getMatchInfo()
public void setLogFlag(boolean logFlag)
logFlag - The log flag.public boolean getLogFlag()
protected void buildFromIos(java.lang.String line,
java.util.List tokens)
throws InvalidConfigurationException
line - The IOS configuration listokens - The list of tokens for this line
InvalidConfigurationException - if there was a configuration error
protected void validate()
throws InvalidConfigurationException
InvalidConfigurationException - if the configuration is invalid.CiscoRouterConfigComponent
protected java.lang.String generateIosString()
throws InvalidConfigurationException
InvalidConfigurationException - if the configuration is invalid.CiscoRouterConfigComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||