Interface SourceServices
-
public interface SourceServices
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceServicegetServiceFor(org.uberfire.java.nio.file.Path path)booleanhasServiceFor(org.uberfire.java.nio.file.Path path)
-
-
-
Method Detail
-
hasServiceFor
boolean hasServiceFor(org.uberfire.java.nio.file.Path path)
-
getServiceFor
SourceService getServiceFor(org.uberfire.java.nio.file.Path path)
-
-