org.sapia.archie
Interface NameParser
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- AttributeNameParser, DefaultNameParser
public interface NameParser
- extends java.io.Serializable
An instance of this interface creates Name instances from
string representations.
Understood name representations are implementation specific.
- Author:
- Yanick Duchesne
- Copyright:
- Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
- License:
- Read the license.txt file of the jar or visit the
license page at the Sapia OSS web site
parse
Name parse(java.lang.String name)
throws ProcessingException
- Throws:
ProcessingException
asString
java.lang.String asString(Name name)
parseNamePart
NamePart parseNamePart(java.lang.String namePart)
throws ProcessingException
- Throws:
ProcessingException
Copyright © 2010 Sapia OSS. All Rights Reserved.