- package com.company.command_name.ls;
- import com.company.command_name.CommandName;
- /**
- * @author cbf4Life cbf4life@126.com
- * I'm glad to share my knowledge with you all.
- * 充当Handler
- */
- public abstract class AbstractLS extends CommandName{
- //默认参数
- public final static String DEFAULT_PARAM = "";
- //参数a
- public final static String A_PARAM ="a";
- //参数l
- public final static String L_PARAM = "l";
- }