Package rabbit.data.internal.xml.convert

Examples of rabbit.data.internal.xml.convert.LaunchEventConverter


public class LaunchEventStorerTest extends
    AbstractStorerTest<LaunchEvent, LaunchEventType, LaunchEventListType> {

  @Override
  protected LaunchEventStorer createStorer() {
    return new LaunchEventStorer(new LaunchEventConverter(),
                                 new LaunchEventTypeMerger(),
                                 DataStore.LAUNCH_STORE);
  }
View Full Code Here

TOP

Related Classes of rabbit.data.internal.xml.convert.LaunchEventConverter

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.