Examples of LaunchEventConverter


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
Copyright © 2018 www.massapi.com. 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.