Package com.google.feedserver.samples.adapters.FileAdapter

Examples of com.google.feedserver.samples.adapters.FileAdapter.FileAdapterConfig


  @Override
  public void setUp() throws Exception {
    fileUtilMock = EasyMock.createMock(FileUtil.class);
    FeedConfiguration feedConfig = new FeedConfiguration(FEED_ID, null, null, null, serverConfig);
    FileAdapterConfig fileAdapterConfig = new FileAdapterConfig(ROOT_DIR);
    adapter = new FileAdapter(
        new XmlUtil(), fileUtilMock, new Abdera(), feedConfig, fileAdapterConfig);
  }
View Full Code Here

TOP

Related Classes of com.google.feedserver.samples.adapters.FileAdapter.FileAdapterConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.