Package org.dlese.dpc.standards.asn
Class AsnHelper
java.lang.Object
org.dlese.dpc.standards.asn.AsnHelper
Utility class to provide acess to resolution services for ASN topics and
authors. Useful because values for authors and topics in ASN standards are
represented as purls, and we often need to resolve them into a
human-relevant form.
- Author:
- Jonathan Ostwald
-
Method Summary
Modifier and TypeMethodDescriptionResolves provided authorPurl into human-relevant formstatic AsnHelperResolves provided topicPurl into human-relevant form.static voidThe main program for the AsnHelper class
-
Method Details
-
getInstance
-
getAuthor
Resolves provided authorPurl into human-relevant form- Parameters:
purl- NOT YET DOCUMENTED- Returns:
- The author value
-
getTopic
Resolves provided topicPurl into human-relevant form.- Parameters:
purl- NOT YET DOCUMENTED- Returns:
- The topic value
-
main
The main program for the AsnHelper class- Parameters:
args- The command line arguments- Throws:
Exception- NOT YET DOCUMENTED
-