Class BaseSourceService<T>
- java.lang.Object
-
- org.kie.workbench.common.services.backend.source.BaseSourceService<T>
-
- All Implemented Interfaces:
SourceService<T>
- Direct Known Subclasses:
DRLBaseSourceService
public abstract class BaseSourceService<T> extends Object implements SourceService<T>
Base implementation of all SourceServices
-
-
Constructor Summary
Constructors Constructor Description BaseSourceService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccepts(org.uberfire.java.nio.file.Path path)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.workbench.common.services.backend.source.SourceService
getPattern, getSource, getSource
-
-
-
-
Method Detail
-
accepts
public boolean accepts(org.uberfire.java.nio.file.Path path)
- Specified by:
acceptsin interfaceSourceService<T>
-
-