uk.ac.starlink.vo
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.
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 |
AbstractAdqlExample.Breaker
public AbstractAdqlExample.Breaker()
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.