org.sf.bluprints
Class ConfigurationParser

java.lang.Object
  extended by org.sf.bluprints.ConfigurationParser

public class ConfigurationParser
extends Object

This is the configuration parser for the Bluprints.

Author:
Brian Pontarelli

Nested Class Summary
 class ConfigurationParser.Handler
           
 
Constructor Summary
ConfigurationParser()
           
 
Method Summary
 Map<String,BluprintsNamespace> build(String... uris)
          Parses all of the given XML configuration files for Bluprints.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationParser

public ConfigurationParser()
Method Detail

build

public Map<String,BluprintsNamespace> build(String... uris)
Parses all of the given XML configuration files for Bluprints.

Parameters:
uris - The classpath URIs of the bluprints XML configuration files. These all must be in the classpath.
Returns:
A Map containing all of the Bluprints that were parsed from the configuration files.


"Copyright © 2002, Bluprints, Creative Commons License"