Class ConfigurationMetaDataParser
- java.lang.Object
-
- org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataParser
-
public class ConfigurationMetaDataParser extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigurationMetaDataParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
parse(InputStream in, String domain)
void
parseConfiguration(AbstractBoot boot)
-
-
-
Method Detail
-
parse
public void parse(InputStream in, String domain) throws IOException
- Throws:
IOException
-
parseConfiguration
public void parseConfiguration(AbstractBoot boot) throws IOException
- Throws:
IOException
-
-