public class AsnAuthors
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
cacheAuthorsDoc(java.lang.String srcDir)
Utility to update cached Authors File
|
java.lang.String |
getAuthor(java.lang.String purl)
Returns a author for a given author purl (e.g., http://purl.org/ASN/scheme/ASNTopic/behavioralStudies)
|
static AsnAuthors |
getInstance()
Gets the AsnAuthor instance
|
static void |
main(java.lang.String[] args)
The main program for the AsnAuthors class - runs cacheAuthorsDoc utility.
|
void |
report()
NOT YET DOCUMENTED
|
public static AsnAuthors getInstance() throws java.lang.Exception
java.lang.Exception
- NOT YET DOCUMENTEDpublic java.lang.String getAuthor(java.lang.String purl)
purl
- NOT YET DOCUMENTEDpublic static void cacheAuthorsDoc(java.lang.String srcDir) throws java.lang.Exception
srcDir
- path to local src directoryjava.lang.Exception
- if file cannot be writtenpublic static void main(java.lang.String[] args)
args
- The command line argumentspublic void report()