uk.ac.ic.doc.automed.p2p.commands
Class PublishKeywordsCommand

java.lang.Object
  extended by uk.ac.ic.doc.automed.p2p.commands.PublishKeywordsCommand
All Implemented Interfaces:
ow.tool.util.shellframework.Command

public class PublishKeywordsCommand
extends java.lang.Object
implements ow.tool.util.shellframework.Command


Field Summary
private static java.lang.String[] NAMES
           
 
Constructor Summary
PublishKeywordsCommand()
           
 
Method Summary
 boolean execute(ow.tool.util.shellframework.ShellContext context)
           
 java.lang.String getHelp()
           
 java.lang.String[] getNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMES

private static final java.lang.String[] NAMES
Constructor Detail

PublishKeywordsCommand

public PublishKeywordsCommand()
Method Detail

getNames

public java.lang.String[] getNames()
Specified by:
getNames in interface ow.tool.util.shellframework.Command

getHelp

public java.lang.String getHelp()
Specified by:
getHelp in interface ow.tool.util.shellframework.Command

execute

public boolean execute(ow.tool.util.shellframework.ShellContext context)
Specified by:
execute in interface ow.tool.util.shellframework.Command