|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.standards.asn.AsnHelper
public class 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.
Method Summary | |
---|---|
String |
getAuthor(String purl)
Resolves provided authorPurl into human-relevant form |
static AsnHelper |
getInstance()
|
String |
getTopic(String purl)
Resolves provided topicPurl into human-relevant form. |
static void |
main(String[] args)
The main program for the AsnHelper class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AsnHelper getInstance()
public String getAuthor(String purl)
purl
- NOT YET DOCUMENTED
public String getTopic(String purl)
purl
- NOT YET DOCUMENTED
public static void main(String[] args) throws Exception
args
- The command line arguments
Exception
- NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |