public class Rule extends Object
| Constructor and Description |
|---|
Rule(String pkg,
String name,
String resource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LeftHandSide |
getLhs() |
String |
getName() |
String |
getPkg() |
String |
getResource() |
RightHandSide |
getRhs() |
int |
hashCode() |
String |
toString() |
public String getPkg()
public String getResource()
public String getName()
public LeftHandSide getLhs()
public RightHandSide getRhs()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.