org.tinygroup.commandplugin
Class CommandPlugin

java.lang.Object
  extended by org.tinygroup.config.impl.AbstractConfiguration
      extended by org.tinygroup.commandplugin.CommandPlugin
All Implemented Interfaces:
org.tinygroup.config.Configuration, Plugin

public class CommandPlugin
extends org.tinygroup.config.impl.AbstractConfiguration
implements Plugin

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


Field Summary
 
Fields inherited from class org.tinygroup.config.impl.AbstractConfiguration
applicationConfig, componentConfig, logger
 
Constructor Summary
CommandPlugin()
           
 
Method Summary
 String getApplicationNodePath()
           
 String getComponentConfigPath()
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.tinygroup.config.impl.AbstractConfiguration
config, getApplicationConfig, getComponentConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandPlugin

public CommandPlugin()
Method Detail

getApplicationNodePath

public String getApplicationNodePath()
Specified by:
getApplicationNodePath in interface org.tinygroup.config.Configuration

getComponentConfigPath

public String getComponentConfigPath()
Specified by:
getComponentConfigPath in interface org.tinygroup.config.Configuration

start

public void start()
Specified by:
start in interface Plugin

stop

public void stop()
Specified by:
stop in interface Plugin


Copyright © 2006–2014 TinyGroup. All rights reserved.