// System.setProperty("bixo.http.level", "DEBUG");
BaseFetcher fetcher = UrlLengthener.makeFetcher(10, ConfigUtils.BIXO_TOOL_AGENT);
Pipe pipe = new Pipe("urls");
pipe = new Each(pipe, new UrlLengthener(fetcher));
pipe = new Each(pipe, new Debug());
BixoPlatform platform = new BixoPlatform(LengthenUrlsTool.class, Platform.Local);
BasePath filePath = platform.makePath(filename);
TextLine textLineLocalScheme = new TextLine(new Fields("url"));