public interface RulesPath extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RulesPath.RulesPathType |
| Modifier and Type | Method and Description |
|---|---|
String |
getLoadError()
Contains a load error if there were any issues loading rules from this path.
|
String |
getPath()
Contains the path to the rules directory.
|
RulesPath.RulesPathType |
getRulesPathType()
Contains the type of rules path (for example, system provided vs user provided).
|
int |
getVersion() |
void |
setLoadError(String loadError)
Contains a load error if there were any issues loading rules from this path.
|
void |
setPath(String inputPath)
Contains the path to the rules directory.
|
void |
setRulesPathType(RulesPath.RulesPathType rulesPathType)
Contains the type of rules path (for example, system provided vs user provided).
|
void |
setVersion(int version) |
int getVersion()
void setVersion(int version)
String getPath()
void setPath(String inputPath)
RulesPath.RulesPathType getRulesPathType()
void setRulesPathType(RulesPath.RulesPathType rulesPathType)
String getLoadError()
void setLoadError(String loadError)
Copyright © 2020 JBoss by Red Hat. All rights reserved.