001 package org.kuali.common.deploy; 002 003 public interface DeployService { 004 005 void deploy(); 006 007 }