public class ConfigFilesConvertor extends Object
| Constructor and Description |
|---|
ConfigFilesConvertor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
usage : java org.jboss.cache.config.parsing.ConfigFilesConvertor -Dsource=config-2.x.xml
-Ddestination=config-3.x.xnl
|
void |
parse(InputStream is,
OutputStream os,
String xsltFile,
ClassLoader cl) |
void |
parse(String inputFile,
OutputStream os,
String xsltFile,
ClassLoader cl)
Writes to the os the infinispan 4.x configuration file resulted by transforming configuration file passed
in as inputFile.
|
public void parse(InputStream is, OutputStream os, String xsltFile, ClassLoader cl) throws Exception
Exceptionpublic void parse(String inputFile, OutputStream os, String xsltFile, ClassLoader cl) throws Exception
org.infinispan.util.DefaultFileLookupExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.