net.continuumsecurity.proxy.ContextModifier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atf-toolbox Show documentation
Show all versions of atf-toolbox Show documentation
Automation Testing Framework Toolbox Provides simple automation.
The newest version!
package net.continuumsecurity.proxy;
public interface ContextModifier {
void setIncludeInContext(String contextName, String regex);
}