Package org.jboss.security.config.parser
Class JavaPropertiesConfigParser
- java.lang.Object
-
- org.jboss.security.config.parser.JavaPropertiesConfigParser
-
- All Implemented Interfaces:
ParserNamespaceSupport
public class JavaPropertiesConfigParser extends Object implements ParserNamespaceSupport
Able to read in Java properties into module options- Since:
- Feb 5, 2010
- Author:
- Anil.Saldhana@redhat.com
-
-
Constructor Summary
Constructors Constructor Description JavaPropertiesConfigParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
parse(XMLEventReader xmlEventReader)
Parse the event streamboolean
supports(String namespaceURI)
Returns whether the parser supports parsing a particular namespace
-
-
-
Method Detail
-
supports
public boolean supports(String namespaceURI)
Description copied from interface:ParserNamespaceSupport
Returns whether the parser supports parsing a particular namespace- Specified by:
supports
in interfaceParserNamespaceSupport
- Returns:
-
parse
public Object parse(XMLEventReader xmlEventReader) throws XMLStreamException
Description copied from interface:ParserNamespaceSupport
Parse the event stream- Specified by:
parse
in interfaceParserNamespaceSupport
- Returns:
- Throws:
XMLStreamException
-
-