Ejemplo n.º 1
0
  CreateAction(
      BundleContext bundleContext,
      ConfigurationAdmin configAdmin,
      ZooKeeperClusterBootstrap bootstrap,
      RuntimeProperties runtimeProperties) {
    this.bundleContext = bundleContext;
    this.configAdmin = configAdmin;
    this.bootstrap = bootstrap;
    this.runtimeProperties = runtimeProperties;

    Path homePath = runtimeProperties.getHomePath();
    importDir = homePath.resolve("fabric").resolve("import").toFile().getAbsolutePath();
  }