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

com.anysoft.batch.CommandHelper Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.anysoft.batch;

import java.io.PrintStream;


/**
 * 指令帮助
 * 
 * 

负责向PrintStream打印帮助信息。 * * @author duanyy * */ public interface CommandHelper { /** * 向PrintStream打印帮助 * * @param ps 打印流 * */ public void printHelp(PrintStream ps); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy