Kie Workbench - Common - Services Backend 6.2.0.Beta3

org.kie.workbench.common.services.backend.source
Class SourceServicesImpl

java.lang.Object
  extended by org.kie.workbench.common.services.backend.source.SourceServicesImpl
All Implemented Interfaces:
SourceServices

@ApplicationScoped
public class SourceServicesImpl
extends Object
implements SourceServices


Constructor Summary
SourceServicesImpl()
           
SourceServicesImpl(javax.enterprise.inject.Instance<SourceService<?>> sourceServiceList)
           
 
Method Summary
 SourceService getServiceFor(org.uberfire.java.nio.file.Path path)
           
 boolean hasServiceFor(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
 

Constructor Detail

SourceServicesImpl

public SourceServicesImpl()

SourceServicesImpl

@Inject
public SourceServicesImpl(@Any
                                 javax.enterprise.inject.Instance<SourceService<?>> sourceServiceList)
Method Detail

hasServiceFor

public boolean hasServiceFor(org.uberfire.java.nio.file.Path path)
Specified by:
hasServiceFor in interface SourceServices

getServiceFor

public SourceService getServiceFor(org.uberfire.java.nio.file.Path path)
Specified by:
getServiceFor in interface SourceServices

Kie Workbench - Common - Services Backend 6.2.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.