org.kie.workbench.common.services.backend.source
Class DRLBaseSourceService
java.lang.Object
org.kie.workbench.common.services.backend.source.BaseSourceService<String>
org.kie.workbench.common.services.backend.source.DRLBaseSourceService
- All Implemented Interfaces:
- SourceService<String>
public abstract class DRLBaseSourceService
- extends BaseSourceService<String>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRLBaseSourceService
public DRLBaseSourceService()
getSource
public String getSource(org.uberfire.java.nio.file.Path path,
String drl)
- Parameters:
path - path to the filedrl - the current model. Originally loaded from the file, but the content might have changed.
- Returns:
- Source generated from the model, not from the file that the path points to.
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.