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

zed.deployer.manager.DeployablesManager Maven / Gradle / Ivy

package zed.deployer.manager;

import java.util.List;

public interface DeployablesManager {

    DeploymentDescriptor deploy(String uri);

    DeploymentDescriptor update(DeploymentDescriptor pid);

    DeploymentDescriptor deployment(String deploymentId);

    List list();

    void clear();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy