Package com.agiletec.plugins.jprssaggregator

Examples of com.agiletec.plugins.jprssaggregator.RssAggregatorTestHelper


  private void init() {
    this._rssConverterManager = (IRssConverterManager) this.getService(JpRssAggregatorSystemConstants.RSS_CONVERTER_MANAGER);
    this._aggregatorManager = (IAggregatorManager) this.getService(JpRssAggregatorSystemConstants.AGGREGATOR_MANAGER);
    this._contentManager = (IContentManager) this.getService(JacmsSystemConstants.CONTENT_MANAGER);
    this._configManager = (ConfigInterface) this.getService(SystemConstants.BASE_CONFIG_MANAGER);
    this._testHelper = new RssAggregatorTestHelper(this._configManager);
  }
View Full Code Here

TOP

Related Classes of com.agiletec.plugins.jprssaggregator.RssAggregatorTestHelper

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.