Package net.sourceforge.javautil.deployer.artifact

Examples of net.sourceforge.javautil.deployer.artifact.VirtualArtifactDeployerEvent


public abstract class VirtualArtifactDeployerAbstract<DS extends IVirtualArtifact, DU extends IVirtualArtifactDeployment<DS>>
  extends DeployerAbstract<DS, DU, IVirtualArtifactDeploymentContext<DS, DU>, IVirtualArtifactDeployerListener<VirtualArtifactDeployerEvent>>
  implements IVirtualArtifactDeployer<DS, DU> {

  @Override protected DeployerEvent createEvent(IDeployer deployer, IVirtualArtifactDeployment deployment, Type type, Throwable throwable) {
    return new VirtualArtifactDeployerEvent((IVirtualArtifactDeployer)deployer, type, deployment);
  }
View Full Code Here


  extends DeployerBase<DS, DU, IVirtualArtifactDeploymentContext<DS, DU>, IVirtualArtifactDeployerListener<VirtualArtifactDeployerEvent>>
  implements IVirtualArtifactDeployer<DS, DU>
{

  @Override protected DeployerEvent createEvent(IDeployer deployer, IVirtualArtifactDeployment deployment, Type type, Throwable throwable) {
    return new VirtualArtifactDeployerEvent((IVirtualArtifactDeployer)deployer, type, deployment);
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.javautil.deployer.artifact.VirtualArtifactDeployerEvent

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.