DLESE Tools
v1.6.0

org.dlese.dpc.standards.asn
Class AsnAuthors

java.lang.Object
  extended by org.dlese.dpc.standards.asn.AsnAuthors

public class AsnAuthors
extends Object

Class to read the ASN authors document and provide author lookup by author purl.

Author:
Jonathan Ostwald

Method Summary
 String getAuthor(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
 void report()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AsnAuthors getInstance()
                              throws Exception
Gets the AsnAuthor instance

Returns:
The instance value
Throws:
Exception - NOT YET DOCUMENTED

getAuthor

public String getAuthor(String purl)
Returns a author for a given author purl (e.g., http://purl.org/ASN/scheme/ASNTopic/behavioralStudies)

Parameters:
purl - NOT YET DOCUMENTED
Returns:
The author value

report

public void report()

DLESE Tools
v1.6.0