Class Dependencies
java.lang.Object
com.yahoo.component.chain.dependencies.Dependencies
Constraints for ordering ChainedComponents in chains. Immutable.
- Author:
- Tony Vaagenes
-
Constructor Summary
ConstructorDescriptionDependencies
(Collection<String> provides, Collection<String> before, Collection<String> after) Create from collections of strings, typically from config. -
Method Summary
Modifier and TypeMethodDescriptionafter()
before()
static Dependencies
provides()
toString()
union
(Dependencies dependencies)
-
Constructor Details
-
Dependencies
public Dependencies(Collection<String> provides, Collection<String> before, Collection<String> after) Create from collections of strings, typically from config.
-
-
Method Details