public final class WebBeansXMLConfigurator extends Object
Constructor and Description |
---|
WebBeansXMLConfigurator()
Creates a new instance of the
WebBeansXMLConfigurator |
Modifier and Type | Method and Description |
---|---|
void |
configure(InputStream xmlStream)
Configures XML configuration file.
|
void |
configure(InputStream xmlStream,
String fileName,
ScannerService scanner)
Configures XML configuration file.
|
void |
configureSpecSpecific(InputStream xmlStream,
String fileName)
Configures the web beans from the given input stream.
|
void |
configureSpecSpecific(InputStream xmlStream,
String fileName,
ScannerService scanner)
Configures the web beans from the given input stream.
|
public WebBeansXMLConfigurator()
WebBeansXMLConfigurator
public void configure(InputStream xmlStream)
xmlStream
- xml configuration filepublic void configure(InputStream xmlStream, String fileName, ScannerService scanner)
xmlStream
- xml configuration filefileName
- file namescanner
- null or current ScannerService refpublic void configureSpecSpecific(InputStream xmlStream, String fileName)
xmlStream
- xml file containing the web beans definitions.fileName
- name of the configuration filepublic void configureSpecSpecific(InputStream xmlStream, String fileName, ScannerService scanner)
xmlStream
- xml file containing the web beans definitions.fileName
- name of the configuration filescanner
- null or scanner refCopyright © 2008–2016 The Apache Software Foundation. All rights reserved.