org.tinygroup.command.applicationprocessor
类 CommandProcessor

java.lang.Object
  继承者 org.tinygroup.config.impl.AbstractConfiguration
      继承者 org.tinygroup.command.applicationprocessor.CommandProcessor
所有已实现的接口:
org.tinygroup.application.ApplicationProcessor, org.tinygroup.commons.order.Ordered, org.tinygroup.config.Configuration

public class CommandProcessor
extends org.tinygroup.config.impl.AbstractConfiguration
implements org.tinygroup.application.ApplicationProcessor

功能说明:命令插件 开发人员: renhui
开发时间: 2013-11-18


字段摘要
 
从类 org.tinygroup.config.impl.AbstractConfiguration 继承的字段
applicationConfig, componentConfig, LOGGER
 
从接口 org.tinygroup.commons.order.Ordered 继承的字段
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
构造方法摘要
CommandProcessor()
           
 
方法摘要
 String getApplicationNodePath()
           
 String getComponentConfigPath()
           
 int getOrder()
           
 void init()
           
 void setApplication(org.tinygroup.application.Application application)
           
 void start()
           
 void stop()
           
 
从类 org.tinygroup.config.impl.AbstractConfiguration 继承的方法
config, getApplicationConfig, getComponentConfig
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.tinygroup.config.Configuration 继承的方法
config, getApplicationConfig, getComponentConfig
 

构造方法详细信息

CommandProcessor

public CommandProcessor()
方法详细信息

getApplicationNodePath

public String getApplicationNodePath()
指定者:
接口 org.tinygroup.config.Configuration 中的 getApplicationNodePath

getComponentConfigPath

public String getComponentConfigPath()
指定者:
接口 org.tinygroup.config.Configuration 中的 getComponentConfigPath

start

public void start()
指定者:
接口 org.tinygroup.application.ApplicationProcessor 中的 start

init

public void init()
指定者:
接口 org.tinygroup.application.ApplicationProcessor 中的 init

stop

public void stop()
指定者:
接口 org.tinygroup.application.ApplicationProcessor 中的 stop

setApplication

public void setApplication(org.tinygroup.application.Application application)
指定者:
接口 org.tinygroup.application.ApplicationProcessor 中的 setApplication

getOrder

public int getOrder()
指定者:
接口 org.tinygroup.commons.order.Ordered 中的 getOrder


Copyright © 2006–2016 TinyGroup. All rights reserved.