public abstract class DRLBaseSourceService extends BaseSourceService<String>
| Constructor and Description |
|---|
DRLBaseSourceService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSource(org.uberfire.java.nio.file.Path path) |
String |
getSource(org.uberfire.java.nio.file.Path path,
String drl) |
acceptsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPatternpublic String getSource(org.uberfire.java.nio.file.Path path, String drl)
path - path to the filedrl - the current model. Originally loaded from the file, but the content might have changed.public String getSource(org.uberfire.java.nio.file.Path path)
path - path to the fileCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.