All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zed.deployer.handlers.DeployableHandler Maven / Gradle / Ivy

package zed.deployer.handlers;

import zed.deployer.manager.DeploymentDescriptor;

public interface DeployableHandler {

    boolean supports(String uri);

    void deploy(DeploymentDescriptor deploymentDescriptor);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy