console.writeParam("writing text to", file);
}
if (isOptionEnabled(options, Options.XML.weight)) {
String arg = getOptionArg(args, Options.XML);
XMLReaderWriter xml = new XMLReaderWriter();
xml.setup();
xml.marshal(info, arg);
console.writeParam("writing xml to", xml.getFile());
}
if (isOptionEnabled(options, Options.WIKI.weight)) {
String file = getOptionArg(args, Options.WIKI);