1 26 package org.objectweb.openccm.descriptor.componentassembly.ccm.deployer.installer; 27 28 36 public interface DestinationDeployerFactory { 37 38 45 public DestinationDeployerBase 46 getDestinationDeployer(String destination) 47 throws UnknownDestinationDeployer; 48 49 58 public void 59 addDeployer(String prefixIdentifier, 60 String className); 61 62 } 63 | Popular Tags |