org.zanata.client.commands.stats
Interface GetStatisticsOptions

All Superinterfaces:
BasicOptions, ConfigurableOptions, ConfigurableProjectOptions
All Known Implementing Classes:
GetStatisticsOptionsImpl

public interface GetStatisticsOptions
extends ConfigurableProjectOptions

Author:
Carlos Munoz camunoz@redhat.com

Method Summary
 String getDocumentId()
           
 String getFormat()
           
 boolean getIncludeDetails()
           
 boolean getIncludeWordLevelStats()
           
 void setDocumentId(String documentId)
           
 void setFormat(String format)
           
 void setIncludeDetails(boolean includeDetails)
           
 void setIncludeWordLevelStats(boolean includeWordLevelStats)
           
 
Methods inherited from interface org.zanata.client.commands.ConfigurableProjectOptions
getLocaleMapList, getProj, getProjectConfig, getProjectType, getProjectVersion, setLocaleMapList, setProj, setProjectConfig, setProjectType, setProjectVersion
 
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

getIncludeDetails

boolean getIncludeDetails()

setIncludeDetails

void setIncludeDetails(boolean includeDetails)

getIncludeWordLevelStats

boolean getIncludeWordLevelStats()

setIncludeWordLevelStats

void setIncludeWordLevelStats(boolean includeWordLevelStats)

getFormat

String getFormat()

setFormat

void setFormat(String format)

getDocumentId

String getDocumentId()

setDocumentId

void setDocumentId(String documentId)


Copyright © 2013 Zanata Project. All Rights Reserved.