uk.ac.starlink.vo
Class AbstractAdqlExample.Breaker

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

public abstract static class AbstractAdqlExample.Breaker
extends Object

Interface for configurable line breaking.


Constructor Summary
AbstractAdqlExample.Breaker()
           
 
Method Summary
abstract  String level(int ilev)
          Returns a string which can be used to separate parts of an output example string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAdqlExample.Breaker

public AbstractAdqlExample.Breaker()
Method Detail

level

public abstract String level(int ilev)
Returns a string which can be used to separate parts of an output example string.

Parameters:
ilev - notional indentation level
Returns:
whitespace string


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.