@ApplicationScoped public class SourceServicesImpl extends Object implements SourceServices
| Constructor and Description |
|---|
SourceServicesImpl() |
SourceServicesImpl(javax.enterprise.inject.Instance<SourceService<?>> sourceServiceList) |
| Modifier and Type | Method and Description |
|---|---|
SourceService |
getServiceFor(org.uberfire.java.nio.file.Path path) |
boolean |
hasServiceFor(org.uberfire.java.nio.file.Path path) |
public SourceServicesImpl()
@Inject
public SourceServicesImpl(@Any
javax.enterprise.inject.Instance<SourceService<?>> sourceServiceList)
public boolean hasServiceFor(org.uberfire.java.nio.file.Path path)
hasServiceFor in interface SourceServicespublic SourceService getServiceFor(org.uberfire.java.nio.file.Path path)
getServiceFor in interface SourceServicesCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.