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

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

Go to download

A application used as an example on how to set up pushing its components to the Central Repository.

The newest version!
package zed.deployer.handlers;

import zed.deployer.manager.DeployableDescriptor;

public interface DeployableHandler {

    boolean supports(String uri);

    DeployableDescriptor deploy(DeployableDescriptor deployableDescriptor);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy