org.sapia.archie
Interface NameParser
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AttributeNameParser, DefaultNameParser
- public interface NameParser
- extends 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
public Name parse(String name)
throws ProcessingException
ProcessingException
asString
public String asString(Name name)
parseNamePart
public NamePart parseNamePart(String namePart)
throws ProcessingException
ProcessingException
Copyright © 2002 Sapia Open Community, Inc. All Rights Reserved.