org.kuali.common.util.service
Interface ExecService

All Known Subinterfaces:
MySqlDumpService
All Known Implementing Classes:
DefaultExecService, DefaultMySqlDumpService

public interface ExecService


Method Summary
 int execute(ExecContext context)
           
 int execute(String executable, List<String> args)
           
 

Method Detail

execute

int execute(ExecContext context)

execute

int execute(String executable,
            List<String> args)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.