Package org.apache.naming
Class NameParserImpl
java.lang.Object
org.apache.naming.NameParserImpl
- All Implemented Interfaces:
NameParser
Parses names.
- Author:
- Remy Maucherat
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NameParserImpl
public NameParserImpl()
-
-
Method Details
-
parse
Parses a name into its components.- Specified by:
parse
in interfaceNameParser
- Parameters:
name
- The non-null string name to parse- Returns:
- A non-null parsed form of the name using the naming convention of this parser.
- Throws:
NamingException
-