Package com._1c.g5.v8.dt.lifecycle
Interface IServiceDependencyProvider
- 
 public interface IServiceDependencyProviderProvides dependencies for service.This service should be used if service can have dynamic dependencies in the context. - Since:
- 1.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>getServiceDependencies(LifecyclePhase phase)Returns service dependencies for givenphase.
 
- 
- 
- 
Method Detail- 
getServiceDependenciesCollection<String> getServiceDependencies(LifecyclePhase phase) Returns service dependencies for givenphase.- Parameters:
- phase- the phase the service participate on, cannot be- null.
- Returns:
- service names on which the service is depends in the specified phaseor empty list. Nevernull.
- Since:
- 3.0.0
 
 
- 
 
-