Class SerialNameParser

    • Constructor Detail

      • SerialNameParser

        public SerialNameParser()
    • Method Detail

      • parse

        public Name parse​(String name)
                   throws NamingException
        Parse a name into its components.
        Specified by:
        parse in interface NameParser
        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 - If a naming exception was encountered.