Uses of Interface
org.zanata.client.commands.ZanataCommand

Packages that use ZanataCommand
org.zanata.client.commands   
org.zanata.client.commands.glossary.delete   
org.zanata.client.commands.glossary.push   
org.zanata.client.commands.pull   
org.zanata.client.commands.push   
org.zanata.client.commands.stats   
 

Uses of ZanataCommand in org.zanata.client.commands
 

Classes in org.zanata.client.commands that implement ZanataCommand
 class ConfigurableCommand<O extends ConfigurableOptions>
          Base class for commands which supports configuration by the user's zanata.ini
 class ConfigurableProjectCommand<O extends ConfigurableProjectOptions>
          Base class for commands which supports configuration by the user's zanata.ini and by a project's zanata.xml
 class ListLocalCommand
           
 class ListRemoteCommand
           
 class PublicanPullCommand
          Deprecated.  
 class PublicanPushCommand
          Deprecated.  
 class PushPullCommand<O extends PushPullOptions>
           
 class PutProjectCommand
           
 class PutUserCommand
           
 class PutVersionCommand
           
 

Methods in org.zanata.client.commands that return ZanataCommand
 ZanataCommand ListLocalOptionsImpl.initCommand()
           
 ZanataCommand BasicOptions.initCommand()
           
 ZanataCommand ListRemoteOptionsImpl.initCommand()
           
 ZanataCommand PublicanPullOptionsImpl.initCommand()
          Deprecated.  
 

Uses of ZanataCommand in org.zanata.client.commands.glossary.delete
 

Classes in org.zanata.client.commands.glossary.delete that implement ZanataCommand
 class GlossaryDeleteCommand
           
 

Uses of ZanataCommand in org.zanata.client.commands.glossary.push
 

Classes in org.zanata.client.commands.glossary.push that implement ZanataCommand
 class GlossaryPushCommand
           
 

Uses of ZanataCommand in org.zanata.client.commands.pull
 

Classes in org.zanata.client.commands.pull that implement ZanataCommand
 class PullCommand
           
 class RawPullCommand
           
 

Methods in org.zanata.client.commands.pull that return ZanataCommand
 ZanataCommand PullOptionsImpl.initCommand()
           
 

Uses of ZanataCommand in org.zanata.client.commands.push
 

Classes in org.zanata.client.commands.push that implement ZanataCommand
 class PushCommand
           
 class RawPushCommand
          Command to send files directly to the server without parsing on the client.
 

Methods in org.zanata.client.commands.push that return ZanataCommand
 ZanataCommand PushOptionsImpl.initCommand()
           
 

Uses of ZanataCommand in org.zanata.client.commands.stats
 

Classes in org.zanata.client.commands.stats that implement ZanataCommand
 class GetStatisticsCommand
           
 

Methods in org.zanata.client.commands.stats that return ZanataCommand
 ZanataCommand GetStatisticsOptionsImpl.initCommand()
           
 



Copyright © 2013 Zanata Project. All Rights Reserved.