Class TransportDeployer

    • Constructor Detail

      • TransportDeployer

        public TransportDeployer()
    • Method Detail

      • init

        public void init​(ConfigurationContext configCtx)
        Description copied from interface: Deployer
        Initialize the Deployer
        Parameters:
        configCtx - our ConfigurationContext
      • setDirectory

        public void setDirectory​(String directory)
        Description copied from interface: Deployer
        Set the directory
        Parameters:
        directory - directory name
      • setExtension

        public void setExtension​(String extension)
        Description copied from interface: Deployer
        Set the extension to look for TODO: Support multiple extensions?
        Parameters:
        extension - the file extension associated with this Deployer