DLESE Tools
v1.6.0

org.dlese.dpc.services.asn
Class AsnServiceHelper

java.lang.Object
  extended by org.dlese.dpc.services.asn.AsnServiceHelper

public class AsnServiceHelper
extends Object

Class to read all ASN standards documents in specified directory, and provide access to their contents, e.g., getAsnDocument, getStandard.

Author:
Jonathan Ostwald

Constructor Summary
AsnServiceHelper(String standardsPath)
           
 
Method Summary
 AsnDocument getAsnDocument(String author)
           
 List getAsnDocuments()
           
 String getAuthor(String authorPurl)
           
 AsnStandard getStandard(String identifier)
           
 AsnStandard getStandard(String author, String identifier)
           
 String getTopic(String topicPurl)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsnServiceHelper

public AsnServiceHelper(String standardsPath)
                 throws Exception
Throws:
Exception
Method Detail

getTopic

public String getTopic(String topicPurl)

getAuthor

public String getAuthor(String authorPurl)

getAsnDocument

public AsnDocument getAsnDocument(String author)

getStandard

public AsnStandard getStandard(String author,
                               String identifier)

getStandard

public AsnStandard getStandard(String identifier)

getAsnDocuments

public List getAsnDocuments()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

DLESE Tools
v1.6.0