|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojavax.DocRefAuthor.Tools
public static class DocRefAuthor.Tools
Useful tools for working with authors.
Method Summary | |
---|---|
static String |
generateAuthorString(List authors,
boolean useAnd)
Takes a set of authors and creates a comma-separated string. |
static List |
parseAuthorString(String authors)
Takes a list of authors and returns a set of DocRefAuthor objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static List parseAuthorString(String authors)
authors
- a comma-separated list of authors
public static String generateAuthorString(List authors, boolean useAnd)
authors
- set of authorsuseAnd
- whether or not to do the and thing, otherwise
use all commas.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |