|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.DocUtils
public class DocUtils
Utilities used for automatically-generated documentation.
Method Summary | |
---|---|
static String |
filterRef(BasicFilter filter)
Provides a snippet of XML which references a processing filter. |
static String |
join(String[] lines)
Concatenates an array of strings, appending a carriage return to each one. |
static String |
listInfos(ValueInfo[] infos)
Returns an string listing the supplied array of metadata objects. |
static String |
modeRef(String name)
Provides a snippet of XML which references a named ProcessingMode . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String join(String[] lines)
lines
- array of input strings
public static String filterRef(BasicFilter filter)
filter
- processing filter
public static String modeRef(String name)
ProcessingMode
.
name
- mode name
public static String listInfos(ValueInfo[] infos)
infos
- array of infos
infos
by name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |