Class DefaultDeployer

  • All Implemented Interfaces:
    org.fedoraproject.xmvn.deployer.Deployer

    @Named
    @Singleton
    public class DefaultDeployer
    extends java.lang.Object
    implements org.fedoraproject.xmvn.deployer.Deployer
    Default implementation of XMvn Deployer interface.

    WARNING: This class is part of internal implementation of XMvn and it is marked as public only for technical reasons. This class is not part of XMvn API. Client code using XMvn should not reference it directly.

    Author:
    Mikolaj Izdebski
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultDeployer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.fedoraproject.xmvn.deployer.DeploymentResult deploy​(org.fedoraproject.xmvn.deployer.DeploymentRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultDeployer

        public DefaultDeployer()
    • Method Detail

      • deploy

        public org.fedoraproject.xmvn.deployer.DeploymentResult deploy​(org.fedoraproject.xmvn.deployer.DeploymentRequest request)
        Specified by:
        deploy in interface org.fedoraproject.xmvn.deployer.Deployer