Class AbstractAdqlExample.Breaker

java.lang.Object
uk.ac.starlink.vo.AbstractAdqlExample.Breaker
Enclosing class:
AbstractAdqlExample

public abstract static class AbstractAdqlExample.Breaker extends Object
Interface for configurable line breaking.
  • Constructor Details

    • Breaker

      public Breaker()
  • Method Details

    • space

      public abstract String space(int indent)
      Returns a string which can be used to separate parts of an output example string.
      Parameters:
      indent - notional number of spaces at start of line
      Returns:
      string containing at least one whitespace character