|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.virtualmock.configuration.VMConfig
Class which represents the configuration for a Virtualmock runtime environment.
| Constructor Summary | |
VMConfig()
Creates a new VMConfig object. |
|
| Method Summary | |
void |
addClassExclusionPattern(java.lang.String classExclusionPattern)
Add a pattern specifying a class or classes which should be excluded from VirtualMock processing. |
void |
addRuleConfig(RuleConfig ruleConfig)
Add a RuleConfig. |
java.util.List |
getClassExclusionPatterns()
Gets patterns specifying classes which should be excluded from VirtualMock processing. |
java.util.List |
getRuleConfigs()
Gets RuleConfigs. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VMConfig()
| Method Detail |
public java.util.List getClassExclusionPatterns()
public java.util.List getRuleConfigs()
public void addClassExclusionPattern(java.lang.String classExclusionPattern)
classExclusionPattern - a string representing a class exclusion
pattern.public void addRuleConfig(RuleConfig ruleConfig)
ruleConfig -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||