public class InjectionRule extends Object
| Constructor and Description |
|---|
InjectionRule(Node ruleNode,
String contextPath) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInsertAt() |
String |
getName() |
Pattern |
getPattern() |
boolean |
isEnabled() |
void |
setInsertAt(String strInsertAt) |
void |
setName(String name) |
void |
setPattern(String p) |
String |
toString() |
public InjectionRule(Node ruleNode, String contextPath) throws TransformerFactoryConfigurationError, TransformerException
public String getName()
public void setName(String name)
public Pattern getPattern()
public void setPattern(String p) throws PatternSyntaxException
PatternSyntaxExceptionpublic boolean isEnabled()
public int getInsertAt()
public void setInsertAt(String strInsertAt)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.