org.zanata.client.commands
Interface PutVersionOptions

All Superinterfaces:
BasicOptions, ConfigurableOptions
All Known Implementing Classes:
PutVersionOptionsImpl

public interface PutVersionOptions
extends ConfigurableOptions


Method Summary
 String getProjectType()
           
 String getVersionProject()
           
 String getVersionSlug()
           
 void setProjectType(String type)
           
 void setVersionProject(String id)
           
 void setVersionSlug(String id)
           
 
Methods inherited from interface org.zanata.client.commands.ConfigurableOptions
getKey, getLogHttp, getUrl, getUserConfig, getUsername, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsername
 
Methods inherited from interface org.zanata.client.commands.BasicOptions
getCommandDescription, getCommandName, getDebug, getErrors, getHelp, getQuiet, initCommand, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet
 

Method Detail

setVersionProject

void setVersionProject(String id)

setVersionSlug

void setVersionSlug(String id)

setProjectType

void setProjectType(String type)

getVersionProject

String getVersionProject()

getVersionSlug

String getVersionSlug()

getProjectType

String getProjectType()


Copyright © 2013 Zanata Project. All Rights Reserved.