Class ChainsConfig.Components.Dependencies

  • Enclosing class:
    ChainsConfig.Components

    public static final class ChainsConfig.Components.Dependencies
    extends com.yahoo.config.InnerNode
    This class represents chains.components[].dependencies
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> after()  
      java.lang.String after​(int i)  
      java.util.List<java.lang.String> before()  
      java.lang.String before​(int i)  
      java.util.List<java.lang.String> provides()  
      java.lang.String provides​(int i)  
      • Methods inherited from class com.yahoo.config.InnerNode

        equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toString
      • Methods inherited from class com.yahoo.config.Node

        clone
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • provides

        public java.util.List<java.lang.String> provides()
        Returns:
        chains.components[].dependencies.provides[]
      • provides

        public java.lang.String provides​(int i)
        Parameters:
        i - the index of the value to return
        Returns:
        chains.components[].dependencies.provides[]
      • before

        public java.util.List<java.lang.String> before()
        Returns:
        chains.components[].dependencies.before[]
      • before

        public java.lang.String before​(int i)
        Parameters:
        i - the index of the value to return
        Returns:
        chains.components[].dependencies.before[]
      • after

        public java.util.List<java.lang.String> after()
        Returns:
        chains.components[].dependencies.after[]
      • after

        public java.lang.String after​(int i)
        Parameters:
        i - the index of the value to return
        Returns:
        chains.components[].dependencies.after[]