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 Detail

      • provides

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

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

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

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

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

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