org.zanata.client.commands
Class ListLocalCommand

java.lang.Object
  extended by org.zanata.client.commands.ConfigurableCommand<O>
      extended by org.zanata.client.commands.ConfigurableProjectCommand<ConfigurableProjectOptions>
          extended by org.zanata.client.commands.ListLocalCommand
All Implemented Interfaces:
ZanataCommand

public class ListLocalCommand
extends ConfigurableProjectCommand<ConfigurableProjectOptions>

Author:
Sean Flanigan

Field Summary
 
Fields inherited from class org.zanata.client.commands.ConfigurableProjectCommand
PROJECT_TYPE_FILE, PROJECT_TYPE_GETTEXT, PROJECT_TYPE_PROPERTIES, PROJECT_TYPE_PUBLICAN, PROJECT_TYPE_UTF8_PROPERTIES, PROJECT_TYPE_XLIFF, PROJECT_TYPE_XML
 
Constructor Summary
ListLocalCommand(ConfigurableProjectOptions opts)
           
ListLocalCommand(ConfigurableProjectOptions opts, ZanataProxyFactory factory)
           
 
Method Summary
 void run()
          Executes the command, using the parameters which have been previously set.
 
Methods inherited from class org.zanata.client.commands.ConfigurableProjectCommand
getProjectType
 
Methods inherited from class org.zanata.client.commands.ConfigurableCommand
deprecate, getDeprecationMessage, getName, getOpts, getRequestFactory, isDeprecated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListLocalCommand

public ListLocalCommand(ConfigurableProjectOptions opts,
                        ZanataProxyFactory factory)

ListLocalCommand

public ListLocalCommand(ConfigurableProjectOptions opts)
Method Detail

run

public void run()
Description copied from interface: ZanataCommand
Executes the command, using the parameters which have been previously set. This method must be called after initConfig().



Copyright © 2013 Zanata Project. All Rights Reserved.