org.kie.workbench.common.services.builder
Class SourceServicesImpl
java.lang.Object
org.kie.workbench.common.services.builder.SourceServicesImpl
- All Implemented Interfaces:
- org.kie.workbench.common.services.backend.SourceServices
@ApplicationScoped
public class SourceServicesImpl
- extends Object
- implements org.kie.workbench.common.services.backend.SourceServices
|
Method Summary |
org.kie.workbench.common.services.backend.SourceService |
getServiceFor(org.kie.commons.java.nio.file.Path path)
|
boolean |
hasServiceFor(org.kie.commons.java.nio.file.Path path)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceServicesImpl
public SourceServicesImpl()
SourceServicesImpl
@Inject
public SourceServicesImpl(@Any
javax.enterprise.inject.Instance<org.kie.workbench.common.services.backend.SourceService> sourceServiceList)
hasServiceFor
public boolean hasServiceFor(org.kie.commons.java.nio.file.Path path)
- Specified by:
hasServiceFor in interface org.kie.workbench.common.services.backend.SourceServices
getServiceFor
public org.kie.workbench.common.services.backend.SourceService getServiceFor(org.kie.commons.java.nio.file.Path path)
- Specified by:
getServiceFor in interface org.kie.workbench.common.services.backend.SourceServices
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.