1 package org.smartcomps.twister.deployer;
2
3 import org.smartcomps.twister.deployer.priv.TwisterDeployerImpl;
4
5 public class TwisterDeployerFactory {
6 private TwisterDeployerFactory() {
7 }
8
9 public static TwisterDeployer getTwisterDeployer() {
10 return new TwisterDeployerImpl();
11 }
12 }
This page was automatically generated by Maven