View Javadoc

1   package org.kuali.common.deploy;
2   
3   public interface DeployService {
4   
5   	void deploy();
6   
7   }