A B C D E F G H I L M N O P Q R S T U V W X Z 

A

abort(Throwable) - Method in interface org.zanata.client.commands.AppAbortStrategy
 
abort(Throwable) - Method in class org.zanata.client.commands.RuntimeExceptionStrategy
 
abort(Throwable) - Method in class org.zanata.client.commands.SystemExitStrategy
 
AbstractCommonPushStrategy<O extends PushOptions> - Class in org.zanata.client.commands.push
Strategy that provides basic directory scanning for source files.
AbstractCommonPushStrategy() - Constructor for class org.zanata.client.commands.push.AbstractCommonPushStrategy
 
AbstractGettextPullStrategy - Class in org.zanata.client.commands.pull
 
AbstractGettextPullStrategy() - Constructor for class org.zanata.client.commands.pull.AbstractGettextPullStrategy
 
AbstractGettextPushStrategy - Class in org.zanata.client.commands.push
 
AbstractGettextPushStrategy() - Constructor for class org.zanata.client.commands.push.AbstractGettextPushStrategy
 
AbstractPushStrategy - Class in org.zanata.client.commands.push
NB: you must initialise this object with init() after setPushOptions()
AbstractPushStrategy(StringSet, String) - Constructor for class org.zanata.client.commands.push.AbstractPushStrategy
 
add(LocaleMapping) - Method in class org.zanata.client.config.LocaleList
 
add(int, LocaleMapping) - Method in class org.zanata.client.config.LocaleList
 
addAll(Collection<? extends LocaleMapping>) - Method in class org.zanata.client.config.LocaleList
 
addAll(int, Collection<? extends LocaleMapping>) - Method in class org.zanata.client.config.LocaleList
 
AppAbortStrategy - Interface in org.zanata.client.commands
 
applyConfigFiles(ConfigurableOptions) - Static method in class org.zanata.client.commands.OptionsUtil
Loads the config files (controlled by the property userConfig) to supply any values which haven't already been set.
ArgsUtil - Class in org.zanata.client.commands
 
ArgsUtil(AppAbortStrategy, PrintStream, PrintStream) - Constructor for class org.zanata.client.commands.ArgsUtil
 

B

BasicOptions - Interface in org.zanata.client.commands
 
BasicOptionsImpl - Class in org.zanata.client.commands
Base class for commands
BasicOptionsImpl() - Constructor for class org.zanata.client.commands.BasicOptionsImpl
 
belongsToCurrentModule(String) - Method in class org.zanata.client.commands.PushPullCommand
 

C

clear() - Method in class org.zanata.client.config.LocaleList
 
ConfigException - Exception in org.zanata.client.exceptions
 
ConfigException() - Constructor for exception org.zanata.client.exceptions.ConfigException
 
ConfigException(String) - Constructor for exception org.zanata.client.exceptions.ConfigException
 
ConfigException(String, Throwable) - Constructor for exception org.zanata.client.exceptions.ConfigException
 
ConfigException(Throwable) - Constructor for exception org.zanata.client.exceptions.ConfigException
 
ConfigurableCommand<O extends ConfigurableOptions> - Class in org.zanata.client.commands
Base class for commands which supports configuration by the user's zanata.ini
ConfigurableCommand(O, ZanataProxyFactory) - Constructor for class org.zanata.client.commands.ConfigurableCommand
 
ConfigurableCommand(O) - Constructor for class org.zanata.client.commands.ConfigurableCommand
 
ConfigurableOptions - Interface in org.zanata.client.commands
Base options for commands which supports configuration by the user's zanata.ini
ConfigurableOptionsImpl - Class in org.zanata.client.commands
Base options for commands which support configuration by the user's zanata.ini
ConfigurableOptionsImpl() - Constructor for class org.zanata.client.commands.ConfigurableOptionsImpl
 
ConfigurableProjectCommand<O extends ConfigurableProjectOptions> - Class in org.zanata.client.commands
Base class for commands which supports configuration by the user's zanata.ini and by a project's zanata.xml
ConfigurableProjectCommand(O, ZanataProxyFactory) - Constructor for class org.zanata.client.commands.ConfigurableProjectCommand
 
ConfigurableProjectCommand(O) - Constructor for class org.zanata.client.commands.ConfigurableProjectCommand
 
ConfigurableProjectOptions - Interface in org.zanata.client.commands
Base options for commands which support configuration by the user's zanata.ini and by a project's zanata.xml
ConfigurableProjectOptionsImpl - Class in org.zanata.client.commands
Base options for commands which supports configuration by the user's zanata.ini and by a project's zanata.xml
ConfigurableProjectOptionsImpl() - Constructor for class org.zanata.client.commands.ConfigurableProjectOptionsImpl
 
ConfigUtil - Class in org.zanata.client.config
 
ConfigUtil() - Constructor for class org.zanata.client.config.ConfigUtil
 
confirmWithUser(String) - Method in class org.zanata.client.commands.PushPullCommand
 
ConsoleStatisticsOutput - Class in org.zanata.client.commands.stats
Statistics output that prints stats to the java console.
ConsoleStatisticsOutput() - Constructor for class org.zanata.client.commands.stats.ConsoleStatisticsOutput
 
ConsoleUtils - Class in org.zanata.client.util
Console input/output utility methods.
ConsoleUtils() - Constructor for class org.zanata.client.util.ConsoleUtils
 
ContainerStatisticsCommandOutput - Interface in org.zanata.client.commands.stats
Interface that provides different types of output for statistics.
contains(Object) - Method in class org.zanata.client.config.LocaleList
 
containsAll(Collection<?>) - Method in class org.zanata.client.config.LocaleList
 
createRequestFactory(ConfigurableOptions) - Static method in class org.zanata.client.commands.OptionsUtil
 
CsvStatisticsOutput - Class in org.zanata.client.commands.stats
Outputs statistics in CSV format to the console.
CsvStatisticsOutput() - Constructor for class org.zanata.client.commands.stats.CsvStatisticsOutput
 

D

debug(Object) - Method in class org.zanata.client.commands.PushPullCommand
 
deprecate(String) - Method in class org.zanata.client.commands.ConfigurableCommand
 
docNameToFilename(String) - Method in class org.zanata.client.commands.push.AbstractPushStrategy
 
docNameToFilename(String, LocaleMapping) - Method in class org.zanata.client.commands.push.AbstractPushStrategy
 

E

endProgressFeedback() - Static method in class org.zanata.client.util.ConsoleUtils
 
equals(Object) - Method in class org.zanata.client.config.LocaleList
 
equals(Object) - Method in class org.zanata.client.config.LocaleMapping
 
expectYes(Console) - Method in class org.zanata.client.commands.PublicanPushCommand
Deprecated.
 
expectYes(Console) - Static method in class org.zanata.client.commands.PushPullCommand
 

F

fileResource - Variable in class org.zanata.client.commands.push.RawPushCommand
 
findByCanonicalLocale(String) - Method in class org.zanata.client.config.LocaleList
WARNING: slow!
findByLocalLocale(String) - Method in class org.zanata.client.config.LocaleList
WARNING: slow!
findDocNames(File, List<String>, List<String>, boolean, boolean, boolean) - Method in class org.zanata.client.commands.push.AbstractGettextPushStrategy
 
findDocNames(File, List<String>, List<String>, boolean, boolean, boolean) - Method in class org.zanata.client.commands.push.AbstractPushStrategy
 
findDocNames(File, List<String>, List<String>, boolean, boolean, boolean) - Method in class org.zanata.client.commands.push.PropertiesStrategy
 
findDocNames(File, List<String>, List<String>, boolean, boolean, boolean) - Method in class org.zanata.client.commands.push.XliffStrategy
 
findDocNames(File, List<String>, List<String>, boolean, boolean, boolean) - Method in class org.zanata.client.commands.push.XmlStrategy
 
findLocaleDirs(File) - Static method in class org.zanata.client.commands.gettext.PublicanUtil
 
findLocales(File) - Static method in class org.zanata.client.commands.gettext.PublicanUtil
 
findLocales(File, LocaleList) - Static method in class org.zanata.client.commands.gettext.PublicanUtil
 
findPotFiles(File, AndFileFilter) - Static method in class org.zanata.client.commands.gettext.PublicanUtil
 
findPrefix(SubnodeConfiguration, URL) - Static method in class org.zanata.client.config.ConfigUtil
Finds the key prefix, within an ini subnode (eg [servers]) with the specified url.
fromString(String) - Static method in enum org.zanata.client.commands.push.PushPullType
Parse a PushPullType value from a string case-insensitively, and disregarding leading and trailing spaces.

G

get(int) - Method in class org.zanata.client.config.LocaleList
 
getAllGlossary() - Method in interface org.zanata.client.commands.glossary.delete.GlossaryDeleteOptions
 
getAllModules() - Method in interface org.zanata.client.commands.PushPullOptions
 
getBatchSize() - Method in interface org.zanata.client.commands.glossary.push.GlossaryPushOptions
 
getCaseSensitive() - Method in interface org.zanata.client.commands.push.PushOptions
 
getChunkSize() - Method in interface org.zanata.client.commands.push.PushOptions
 
getCommandDescription() - Method in interface org.zanata.client.commands.BasicOptions
Used to generate CLI usage help.
getCommandDescription() - Method in class org.zanata.client.commands.ListLocalOptionsImpl
 
getCommandDescription() - Method in class org.zanata.client.commands.ListRemoteOptionsImpl
 
getCommandDescription() - Method in class org.zanata.client.commands.PublicanPullOptionsImpl
Deprecated.
 
getCommandDescription() - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
getCommandDescription() - Method in class org.zanata.client.commands.PutProjectOptionsImpl
 
getCommandDescription() - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
getCommandDescription() - Method in class org.zanata.client.commands.PutVersionOptionsImpl
 
getCommandDescription() - Method in class org.zanata.client.commands.stats.GetStatisticsOptionsImpl
 
getCommandDescription() - Method in class org.zanata.client.ZanataClient
 
getCommandName() - Method in interface org.zanata.client.commands.BasicOptions
Used to generate the command line interface and its usage help.
getCommandName() - Method in class org.zanata.client.commands.ListLocalOptionsImpl
 
getCommandName() - Method in class org.zanata.client.commands.ListRemoteOptionsImpl
 
getCommandName() - Method in class org.zanata.client.commands.PublicanPullOptionsImpl
Deprecated.
 
getCommandName() - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
getCommandName() - Method in class org.zanata.client.commands.PutProjectOptionsImpl
 
getCommandName() - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
getCommandName() - Method in class org.zanata.client.commands.PutVersionOptionsImpl
 
getCommandName() - Method in class org.zanata.client.commands.stats.GetStatisticsOptionsImpl
 
getCommandName() - Method in class org.zanata.client.ZanataClient
 
getCommentCols() - Method in interface org.zanata.client.commands.glossary.push.GlossaryPushOptions
 
getCopyTrans() - Method in interface org.zanata.client.commands.PublicanPushOptions
Deprecated.
 
getCopyTrans() - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
getCopyTrans() - Method in interface org.zanata.client.commands.push.PushOptions
 
getCreateSkeletons() - Method in interface org.zanata.client.commands.pull.PullOptions
 
getCurrentModule() - Method in interface org.zanata.client.commands.PushPullOptions
 
getDebug() - Method in interface org.zanata.client.commands.BasicOptions
Whether to enable debug mode.
getDebug() - Method in class org.zanata.client.commands.BasicOptionsImpl
 
getDefaultExcludes() - Method in interface org.zanata.client.commands.push.PushOptions
 
getDeleteObsoleteModules() - Method in interface org.zanata.client.commands.push.PushOptions
 
getDeprecationMessage() - Method in class org.zanata.client.commands.ConfigurableCommand
 
getDeprecationMessage() - Method in interface org.zanata.client.commands.ZanataCommand
If the command has been deprecated, returns a message (eg a command which replaces the deprecated command).
getDocListForProjectIterationFromServer() - Method in class org.zanata.client.commands.PushPullCommand
 
getDocNameRegex() - Method in interface org.zanata.client.commands.PushPullOptions
A regex for document names, which captures the module ID as group 1 and the unqualified docname as group 2.
getDocumentId() - Method in interface org.zanata.client.commands.stats.GetStatisticsOptions
 
getDocumentId() - Method in class org.zanata.client.commands.stats.GetStatisticsOptionsImpl
 
getDstDir() - Method in interface org.zanata.client.commands.PublicanPullOptions
Deprecated.
 
getDstDir() - Method in class org.zanata.client.commands.PublicanPullOptionsImpl
Deprecated.
 
getDstDirPot() - Method in interface org.zanata.client.commands.PublicanPullOptions
Deprecated.
 
getDstDirPot() - Method in class org.zanata.client.commands.PublicanPullOptionsImpl
Deprecated.
 
getEnableModules() - Method in interface org.zanata.client.commands.PushPullOptions
 
getErrors() - Method in interface org.zanata.client.commands.BasicOptions
Whether to display full information about errors (ie exception stack traces).
getErrors() - Method in class org.zanata.client.commands.BasicOptionsImpl
 
getExcludeLocaleFilenames() - Method in interface org.zanata.client.commands.push.PushOptions
 
getExcludes() - Method in interface org.zanata.client.commands.push.PushOptions
 
getExportPot() - Method in interface org.zanata.client.commands.PublicanPullOptions
Deprecated.
 
getExportPot() - Method in class org.zanata.client.commands.PublicanPullOptionsImpl
Deprecated.
 
getExtensions() - Method in class org.zanata.client.commands.pull.AbstractGettextPullStrategy
 
getExtensions() - Method in class org.zanata.client.commands.pull.PropertiesStrategy
 
getExtensions() - Method in interface org.zanata.client.commands.pull.PullStrategy
 
getExtensions() - Method in class org.zanata.client.commands.pull.XliffStrategy
 
getExtensions() - Method in class org.zanata.client.commands.pull.XmlStrategy
 
getExtensions() - Method in class org.zanata.client.commands.push.AbstractPushStrategy
 
getFileExtension() - Method in class org.zanata.client.commands.push.AbstractPushStrategy
 
getFileTypes() - Method in interface org.zanata.client.commands.push.PushOptions
 
getFormat() - Method in interface org.zanata.client.commands.stats.GetStatisticsOptions
 
getFormat() - Method in class org.zanata.client.commands.stats.GetStatisticsOptionsImpl
 
getGlossaryFile() - Method in interface org.zanata.client.commands.glossary.push.GlossaryPushOptions
 
getHelp() - Method in interface org.zanata.client.commands.BasicOptions
Whether to display the command's usage help.
getHelp() - Method in class org.zanata.client.commands.BasicOptionsImpl
 
getImportPo() - Method in interface org.zanata.client.commands.PublicanPushOptions
Deprecated.
 
getImportPo() - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
getIncludeDetails() - Method in interface org.zanata.client.commands.stats.GetStatisticsOptions
 
getIncludeDetails() - Method in class org.zanata.client.commands.stats.GetStatisticsOptionsImpl
 
getIncludes() - Method in interface org.zanata.client.commands.push.PushOptions
 
getIncludeWordLevelStats() - Method in interface org.zanata.client.commands.stats.GetStatisticsOptions
 
getIncludeWordLevelStats() - Method in class org.zanata.client.commands.stats.GetStatisticsOptionsImpl
 
getJavaLocale() - Method in class org.zanata.client.config.LocaleMapping
 
getKey() - Method in interface org.zanata.client.commands.ConfigurableOptions
API key for accessing the REST API.
getKey() - Method in class org.zanata.client.commands.ConfigurableOptionsImpl
 
getlang() - Method in interface org.zanata.client.commands.glossary.delete.GlossaryDeleteOptions
 
getLocale() - Method in class org.zanata.client.config.LocaleMapping
BCP47 locale ID
getLocaleMapList() - Method in interface org.zanata.client.commands.ConfigurableProjectOptions
 
getLocaleMapList() - Method in class org.zanata.client.commands.ConfigurableProjectOptionsImpl
 
getLocales() - Method in class org.zanata.client.config.ZanataConfig
 
getLocalLocale() - Method in class org.zanata.client.config.LocaleMapping
 
getLogHttp() - Method in interface org.zanata.client.commands.ConfigurableOptions
Enable HTTP message logging.
getLogHttp() - Method in class org.zanata.client.commands.ConfigurableOptionsImpl
 
getMapFrom() - Method in class org.zanata.client.config.LocaleMapping
 
getMergeType() - Method in interface org.zanata.client.commands.PublicanPushOptions
Deprecated.
 
getMergeType() - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
getMergeType() - Method in interface org.zanata.client.commands.push.PushOptions
 
getModuleSuffix() - Method in interface org.zanata.client.commands.PushPullOptions
Character or characters which must appear after moduleIDs when constructing qualified document names
getName() - Method in class org.zanata.client.commands.ConfigurableCommand
 
getName() - Method in interface org.zanata.client.commands.ZanataCommand
Returns the command name (eg Maven goal name)
getObsoleteDocNamesForProjectIterationFromServer() - Method in class org.zanata.client.commands.push.PushCommand
gets doc list from server, returns a list of qualified doc names from obsolete modules, or from no module.
getOptionsMap() - Method in class org.zanata.client.ZanataClient
 
getOpts() - Method in class org.zanata.client.commands.ConfigurableCommand
 
getOpts() - Method in class org.zanata.client.commands.pull.AbstractGettextPullStrategy
 
getOpts() - Method in class org.zanata.client.commands.push.AbstractCommonPushStrategy
 
getPoWriter() - Method in class org.zanata.client.commands.pull.AbstractGettextPullStrategy
 
getProj() - Method in interface org.zanata.client.commands.ConfigurableProjectOptions
 
getProj() - Method in class org.zanata.client.commands.ConfigurableProjectOptionsImpl
 
getProject() - Method in class org.zanata.client.config.ZanataConfig
 
getProjectConfig() - Method in interface org.zanata.client.commands.ConfigurableProjectOptions
 
getProjectConfig() - Method in class org.zanata.client.commands.ConfigurableProjectOptionsImpl
 
getProjectDesc() - Method in interface org.zanata.client.commands.PutProjectOptions
 
getProjectDesc() - Method in class org.zanata.client.commands.PutProjectOptionsImpl
 
getProjectName() - Method in interface org.zanata.client.commands.PutProjectOptions
 
getProjectName() - Method in class org.zanata.client.commands.PutProjectOptionsImpl
 
getProjectSlug() - Method in interface org.zanata.client.commands.PutProjectOptions
 
getProjectSlug() - Method in class org.zanata.client.commands.PutProjectOptionsImpl
 
getProjectType() - Method in class org.zanata.client.commands.ConfigurableProjectCommand
 
getProjectType() - Method in interface org.zanata.client.commands.ConfigurableProjectOptions
 
getProjectType() - Method in class org.zanata.client.commands.ConfigurableProjectOptionsImpl
 
getProjectType() - Method in class org.zanata.client.commands.PublicanPullCommand
Deprecated.
 
getProjectType() - Method in class org.zanata.client.commands.PublicanPushCommand
Deprecated.
 
getProjectType() - Method in class org.zanata.client.config.ZanataConfig
 
getProjectVersion() - Method in interface org.zanata.client.commands.ConfigurableProjectOptions
 
getProjectVersion() - Method in class org.zanata.client.commands.ConfigurableProjectOptionsImpl
 
getProjectVersion() - Method in class org.zanata.client.config.ZanataConfig
 
getPullOptions() - Method in class org.zanata.client.commands.pull.PropertiesStrategy
 
getPullType() - Method in interface org.zanata.client.commands.pull.PullOptions
 
getPushType() - Method in interface org.zanata.client.commands.push.PushOptions
 
getQualifiedDocNamesForCurrentModuleFromServer() - Method in class org.zanata.client.commands.PushPullCommand
 
getQuiet() - Method in interface org.zanata.client.commands.BasicOptions
Enable quiet mode - error messages only
getQuiet() - Method in class org.zanata.client.commands.BasicOptionsImpl
 
getRequestFactory() - Method in class org.zanata.client.commands.ConfigurableCommand
 
getSourceLang() - Method in interface org.zanata.client.commands.glossary.push.GlossaryPushOptions
 
getSourceLang() - Method in interface org.zanata.client.commands.PublicanPushOptions
Deprecated.
 
getSourceLang() - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
getSourceLang() - Method in interface org.zanata.client.commands.push.PushOptions
 
getSrcDir() - Method in interface org.zanata.client.commands.PublicanPushOptions
Deprecated.
 
getSrcDir() - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
getSrcDir() - Method in interface org.zanata.client.commands.PushPullOptions
 
getSrcDirPot() - Method in interface org.zanata.client.commands.PublicanPushOptions
Deprecated.
 
getSrcDirPot() - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
getSrcFiles(File, List<String>, List<String>, List<String>, boolean, boolean) - Method in class org.zanata.client.commands.push.AbstractCommonPushStrategy
excludes should already contain paths for translation files that are to be excluded.
getSrcFiles(File, List<String>, List<String>, boolean, boolean, boolean) - Method in class org.zanata.client.commands.push.AbstractPushStrategy
Scan srcDir to return a list of all source files.
GetStatisticsCommand - Class in org.zanata.client.commands.stats
 
GetStatisticsCommand(GetStatisticsOptions) - Constructor for class org.zanata.client.commands.stats.GetStatisticsCommand
 
GetStatisticsOptions - Interface in org.zanata.client.commands.stats
 
GetStatisticsOptionsImpl - Class in org.zanata.client.commands.stats
 
GetStatisticsOptionsImpl() - Constructor for class org.zanata.client.commands.stats.GetStatisticsOptionsImpl
 
GettextDirStrategy - Class in org.zanata.client.commands.pull
 
GettextDirStrategy() - Constructor for class org.zanata.client.commands.pull.GettextDirStrategy
 
GettextDirStrategy - Class in org.zanata.client.commands.push
 
GettextDirStrategy() - Constructor for class org.zanata.client.commands.push.GettextDirStrategy
 
GettextPullStrategy - Class in org.zanata.client.commands.pull
 
GettextPullStrategy() - Constructor for class org.zanata.client.commands.pull.GettextPullStrategy
 
GettextPushStrategy - Class in org.zanata.client.commands.push
 
GettextPushStrategy() - Constructor for class org.zanata.client.commands.push.GettextPushStrategy
 
GettextUtils - Class in org.zanata.client.commands.gettext
 
getTransDir() - Method in interface org.zanata.client.commands.PushPullOptions
 
getTransLang() - Method in interface org.zanata.client.commands.glossary.push.GlossaryPushOptions
 
getTreatSourceCommentsAsTarget() - Method in interface org.zanata.client.commands.glossary.push.GlossaryPushOptions
 
getUrl() - Method in interface org.zanata.client.commands.ConfigurableOptions
Base URL for the server.
getUrl() - Method in class org.zanata.client.commands.ConfigurableOptionsImpl
 
getUrl() - Method in class org.zanata.client.config.ZanataConfig
 
getUserConfig() - Method in interface org.zanata.client.commands.ConfigurableOptions
Client configuration file.
getUserConfig() - Method in class org.zanata.client.commands.ConfigurableOptionsImpl
 
getUserEmail() - Method in interface org.zanata.client.commands.PutUserOptions
 
getUserEmail() - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
getUserKey() - Method in interface org.zanata.client.commands.PutUserOptions
 
getUserKey() - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
getUserLangs() - Method in interface org.zanata.client.commands.PutUserOptions
 
getUserLangs() - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
getUsername() - Method in interface org.zanata.client.commands.ConfigurableOptions
Username for accessing the REST API.
getUsername() - Method in class org.zanata.client.commands.ConfigurableOptionsImpl
 
getUserName() - Method in interface org.zanata.client.commands.PutUserOptions
 
getUserName() - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
getUserPasswordHash() - Method in interface org.zanata.client.commands.PutUserOptions
 
getUserPasswordHash() - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
getUserRoles() - Method in interface org.zanata.client.commands.PutUserOptions
 
getUserRoles() - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
getUserUsername() - Method in interface org.zanata.client.commands.PutUserOptions
 
getUserUsername() - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
getValidate() - Method in interface org.zanata.client.commands.PublicanPushOptions
Deprecated.
 
getValidate() - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
getVersionProject() - Method in interface org.zanata.client.commands.PutVersionOptions
 
getVersionProject() - Method in class org.zanata.client.commands.PutVersionOptionsImpl
 
getVersionSlug() - Method in interface org.zanata.client.commands.PutVersionOptions
 
getVersionSlug() - Method in class org.zanata.client.commands.PutVersionOptionsImpl
 
GlossaryDeleteCommand - Class in org.zanata.client.commands.glossary.delete
 
GlossaryDeleteCommand(GlossaryDeleteOptions, ZanataProxyFactory, IGlossaryResource, URI) - Constructor for class org.zanata.client.commands.glossary.delete.GlossaryDeleteCommand
 
GlossaryDeleteCommand(GlossaryDeleteOptions) - Constructor for class org.zanata.client.commands.glossary.delete.GlossaryDeleteCommand
 
GlossaryDeleteOptions - Interface in org.zanata.client.commands.glossary.delete
 
GlossaryPushCommand - Class in org.zanata.client.commands.glossary.push
 
GlossaryPushCommand(GlossaryPushOptions, ZanataProxyFactory, IGlossaryResource, URI) - Constructor for class org.zanata.client.commands.glossary.push.GlossaryPushCommand
 
GlossaryPushCommand(GlossaryPushOptions) - Constructor for class org.zanata.client.commands.glossary.push.GlossaryPushCommand
 
GlossaryPushOptions - Interface in org.zanata.client.commands.glossary.push
 

H

handleException(Exception, boolean, AppAbortStrategy) - Static method in class org.zanata.client.commands.ArgsUtil
 
hashCode() - Method in class org.zanata.client.config.LocaleList
 
hashCode() - Method in class org.zanata.client.config.LocaleMapping
 

I

indexOf(Object) - Method in class org.zanata.client.config.LocaleList
 
init() - Method in class org.zanata.client.commands.push.AbstractPushStrategy
 
init() - Method in class org.zanata.client.commands.push.PropertiesStrategy
 
initCommand() - Method in interface org.zanata.client.commands.BasicOptions
 
initCommand() - Method in class org.zanata.client.commands.ListLocalOptionsImpl
 
initCommand() - Method in class org.zanata.client.commands.ListRemoteOptionsImpl
 
initCommand() - Method in class org.zanata.client.commands.PublicanPullOptionsImpl
Deprecated.
 
initCommand() - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
initCommand() - Method in class org.zanata.client.commands.PutProjectOptionsImpl
 
initCommand() - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
initCommand() - Method in class org.zanata.client.commands.PutVersionOptionsImpl
 
initCommand() - Method in class org.zanata.client.commands.stats.GetStatisticsOptionsImpl
 
initCommand() - Method in class org.zanata.client.ZanataClient
 
isDebugSet() - Method in interface org.zanata.client.commands.BasicOptions
 
isDebugSet() - Method in class org.zanata.client.commands.BasicOptionsImpl
 
isDeprecated() - Method in class org.zanata.client.commands.ConfigurableCommand
 
isDeprecated() - Method in interface org.zanata.client.commands.ZanataCommand
Returns true if the command has been deprecated.
isDryRun() - Method in interface org.zanata.client.commands.PushPullOptions
 
isEmpty() - Method in class org.zanata.client.config.LocaleList
 
isErrorsSet() - Method in interface org.zanata.client.commands.BasicOptions
 
isErrorsSet() - Method in class org.zanata.client.commands.BasicOptionsImpl
 
isInteractiveMode() - Method in interface org.zanata.client.commands.BasicOptions
 
isInteractiveMode() - Method in class org.zanata.client.commands.BasicOptionsImpl
 
isQuietSet() - Method in interface org.zanata.client.commands.BasicOptions
 
isQuietSet() - Method in class org.zanata.client.commands.BasicOptionsImpl
 
isRootModule() - Method in interface org.zanata.client.commands.PushPullOptions
 
isUserDisabled() - Method in interface org.zanata.client.commands.PutUserOptions
 
isUserDisabled() - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
iterator() - Method in class org.zanata.client.config.LocaleList
 

L

lastIndexOf(Object) - Method in class org.zanata.client.config.LocaleList
 
listIterator() - Method in class org.zanata.client.config.LocaleList
 
listIterator(int) - Method in class org.zanata.client.config.LocaleList
 
ListLocalCommand - Class in org.zanata.client.commands
 
ListLocalCommand(ConfigurableProjectOptions, ZanataProxyFactory) - Constructor for class org.zanata.client.commands.ListLocalCommand
 
ListLocalCommand(ConfigurableProjectOptions) - Constructor for class org.zanata.client.commands.ListLocalCommand
 
ListLocalOptionsImpl - Class in org.zanata.client.commands
 
ListLocalOptionsImpl() - Constructor for class org.zanata.client.commands.ListLocalOptionsImpl
 
ListRemoteCommand - Class in org.zanata.client.commands
 
ListRemoteCommand(ConfigurableProjectOptions) - Constructor for class org.zanata.client.commands.ListRemoteCommand
 
ListRemoteOptionsImpl - Class in org.zanata.client.commands
 
ListRemoteOptionsImpl() - Constructor for class org.zanata.client.commands.ListRemoteOptionsImpl
 
loadSrcDoc(File, String) - Method in class org.zanata.client.commands.push.AbstractGettextPushStrategy
 
loadSrcDoc(File, String) - Method in class org.zanata.client.commands.push.AbstractPushStrategy
 
loadSrcDoc(File, String) - Method in class org.zanata.client.commands.push.PropertiesStrategy
 
loadSrcDoc(File, String) - Method in class org.zanata.client.commands.push.XliffStrategy
 
loadSrcDoc(File, String) - Method in class org.zanata.client.commands.push.XmlStrategy
 
LocaleList - Class in org.zanata.client.config
 
LocaleList() - Constructor for class org.zanata.client.config.LocaleList
 
LocaleMapping - Class in org.zanata.client.config
 
LocaleMapping() - Constructor for class org.zanata.client.config.LocaleMapping
 
LocaleMapping(String) - Constructor for class org.zanata.client.config.LocaleMapping
BCP47 locale ID
LocaleMapping(String, String) - Constructor for class org.zanata.client.config.LocaleMapping
 
logOptions(Logger, PullOptions) - Static method in class org.zanata.client.commands.pull.PullCommand
 
logOptions(Logger, PushOptions) - Static method in class org.zanata.client.commands.push.PushCommand
 

M

main(String[]) - Static method in class org.zanata.client.ZanataClient
 
marshal(String) - Method in class org.zanata.client.config.StringTrimAdapter
 

N

needsDocToWriteTrans() - Method in class org.zanata.client.commands.pull.AbstractGettextPullStrategy
 
needsDocToWriteTrans() - Method in class org.zanata.client.commands.pull.PropertiesStrategy
 
needsDocToWriteTrans() - Method in interface org.zanata.client.commands.pull.PullStrategy
 
needsDocToWriteTrans() - Method in class org.zanata.client.commands.pull.XliffStrategy
 
needsDocToWriteTrans() - Method in class org.zanata.client.commands.pull.XmlStrategy
 

O

OptionsUtil - Class in org.zanata.client.commands
 
OptionsUtil() - Constructor for class org.zanata.client.commands.OptionsUtil
 
org.zanata.client - package org.zanata.client
 
org.zanata.client.commands - package org.zanata.client.commands
 
org.zanata.client.commands.gettext - package org.zanata.client.commands.gettext
 
org.zanata.client.commands.glossary.delete - package org.zanata.client.commands.glossary.delete
 
org.zanata.client.commands.glossary.push - package org.zanata.client.commands.glossary.push
 
org.zanata.client.commands.pull - package org.zanata.client.commands.pull
 
org.zanata.client.commands.push - package org.zanata.client.commands.push
 
org.zanata.client.commands.stats - package org.zanata.client.commands.stats
 
org.zanata.client.config - package org.zanata.client.config
 
org.zanata.client.exceptions - package org.zanata.client.exceptions
 
org.zanata.client.util - package org.zanata.client.util
 

P

process(String[], BasicOptions) - Method in class org.zanata.client.commands.ArgsUtil
 
processArgs(String[], BasicOptions) - Static method in class org.zanata.client.commands.ArgsUtil
 
processArgs(String...) - Method in class org.zanata.client.ZanataClient
 
PROJECT_TYPE_GETTEXT - Static variable in class org.zanata.client.commands.ConfigurableProjectCommand
 
PROJECT_TYPE_PROPERTIES - Static variable in class org.zanata.client.commands.ConfigurableProjectCommand
 
PROJECT_TYPE_PUBLICAN - Static variable in class org.zanata.client.commands.ConfigurableProjectCommand
 
PROJECT_TYPE_RAW - Static variable in class org.zanata.client.commands.ConfigurableProjectCommand
 
PROJECT_TYPE_UTF8_PROPERTIES - Static variable in class org.zanata.client.commands.ConfigurableProjectCommand
 
PROJECT_TYPE_XLIFF - Static variable in class org.zanata.client.commands.ConfigurableProjectCommand
 
PROJECT_TYPE_XML - Static variable in class org.zanata.client.commands.ConfigurableProjectCommand
 
PropertiesStrategy - Class in org.zanata.client.commands.pull
 
PropertiesStrategy() - Constructor for class org.zanata.client.commands.pull.PropertiesStrategy
 
PropertiesStrategy - Class in org.zanata.client.commands.push
NB: you must initialise this object with init() after setPushOptions()
PropertiesStrategy() - Constructor for class org.zanata.client.commands.push.PropertiesStrategy
 
PropertiesStrategy(String) - Constructor for class org.zanata.client.commands.push.PropertiesStrategy
 
PublicanPullCommand - Class in org.zanata.client.commands
Deprecated. 
PublicanPullCommand(PublicanPullOptions, ZanataProxyFactory, ISourceDocResource, ITranslatedDocResource, URI) - Constructor for class org.zanata.client.commands.PublicanPullCommand
Deprecated.
 
PublicanPullCommand(PublicanPullOptions) - Constructor for class org.zanata.client.commands.PublicanPullCommand
Deprecated.
 
PublicanPullOptions - Interface in org.zanata.client.commands
Deprecated. 
PublicanPullOptionsImpl - Class in org.zanata.client.commands
Deprecated. 
PublicanPullOptionsImpl() - Constructor for class org.zanata.client.commands.PublicanPullOptionsImpl
Deprecated.
 
PublicanPushCommand - Class in org.zanata.client.commands
Deprecated. 
PublicanPushCommand(PublicanPushOptions, ZanataProxyFactory, ISourceDocResource, ITranslatedDocResource, URI) - Constructor for class org.zanata.client.commands.PublicanPushCommand
Deprecated.
 
PublicanPushCommand(PublicanPushOptions) - Constructor for class org.zanata.client.commands.PublicanPushCommand
Deprecated.
 
PublicanPushOptions - Interface in org.zanata.client.commands
Deprecated. 
PublicanPushOptionsImpl - Class in org.zanata.client.commands
Deprecated. 
PublicanPushOptionsImpl() - Constructor for class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
PublicanUtil - Class in org.zanata.client.commands.gettext
 
PullCommand - Class in org.zanata.client.commands.pull
 
PullCommand(PullOptions) - Constructor for class org.zanata.client.commands.pull.PullCommand
 
PullCommand(PullOptions, ZanataProxyFactory, ISourceDocResource, ITranslatedDocResource, URI) - Constructor for class org.zanata.client.commands.pull.PullCommand
 
PullOptions - Interface in org.zanata.client.commands.pull
 
PullStrategy - Interface in org.zanata.client.commands.pull
 
PushCommand - Class in org.zanata.client.commands.push
 
PushCommand(PushOptions) - Constructor for class org.zanata.client.commands.push.PushCommand
 
PushCommand(PushOptions, ZanataProxyFactory, ISourceDocResource, ITranslatedDocResource, URI) - Constructor for class org.zanata.client.commands.push.PushCommand
 
PushCommand.TranslationResourcesVisitor - Interface in org.zanata.client.commands.push
 
PushOptions - Interface in org.zanata.client.commands.push
Push options for documents that are parsed on the client and transmitted as a Resource or TranslationsResource.
PushPullCommand<O extends PushPullOptions> - Class in org.zanata.client.commands
 
PushPullCommand(O, ZanataProxyFactory, ISourceDocResource, ITranslatedDocResource, URI) - Constructor for class org.zanata.client.commands.PushPullCommand
 
PushPullCommand(O) - Constructor for class org.zanata.client.commands.PushPullCommand
 
PushPullOptions - Interface in org.zanata.client.commands
 
PushPullType - Enum in org.zanata.client.commands.push
 
PutProjectCommand - Class in org.zanata.client.commands
 
PutProjectCommand(PutProjectOptions) - Constructor for class org.zanata.client.commands.PutProjectCommand
 
PutProjectOptions - Interface in org.zanata.client.commands
 
PutProjectOptionsImpl - Class in org.zanata.client.commands
 
PutProjectOptionsImpl() - Constructor for class org.zanata.client.commands.PutProjectOptionsImpl
 
PutUserCommand - Class in org.zanata.client.commands
 
PutUserCommand(PutUserOptions) - Constructor for class org.zanata.client.commands.PutUserCommand
 
PutUserOptions - Interface in org.zanata.client.commands
 
PutUserOptionsImpl - Class in org.zanata.client.commands
 
PutUserOptionsImpl() - Constructor for class org.zanata.client.commands.PutUserOptionsImpl
 
PutVersionCommand - Class in org.zanata.client.commands
 
PutVersionCommand(PutVersionOptions) - Constructor for class org.zanata.client.commands.PutVersionCommand
 
PutVersionOptions - Interface in org.zanata.client.commands
 
PutVersionOptionsImpl - Class in org.zanata.client.commands
 
PutVersionOptionsImpl() - Constructor for class org.zanata.client.commands.PutVersionOptionsImpl
 

Q

qualifiedDocName(String) - Method in class org.zanata.client.commands.PushPullCommand
 

R

RawPullCommand - Class in org.zanata.client.commands.pull
 
RawPullCommand(PullOptions) - Constructor for class org.zanata.client.commands.pull.RawPullCommand
 
RawPullStrategy - Class in org.zanata.client.commands.pull
 
RawPullStrategy() - Constructor for class org.zanata.client.commands.pull.RawPullStrategy
 
RawPushCommand - Class in org.zanata.client.commands.push
Command to send files directly to the server without parsing on the client.
RawPushCommand(PushOptions) - Constructor for class org.zanata.client.commands.push.RawPushCommand
 
RawPushCommand(PushOptions, ZanataProxyFactory, ISourceDocResource, ITranslatedDocResource, URI) - Constructor for class org.zanata.client.commands.push.RawPushCommand
 
RawPushStrategy - Class in org.zanata.client.commands.push
Strategy for uploading documents using the raw document upload API methods.
RawPushStrategy() - Constructor for class org.zanata.client.commands.push.RawPushStrategy
 
RawPushStrategy.TranslationFilesVisitor - Interface in org.zanata.client.commands.push
 
remove(Object) - Method in class org.zanata.client.config.LocaleList
 
remove(int) - Method in class org.zanata.client.config.LocaleList
 
removeAll(Collection<?>) - Method in class org.zanata.client.config.LocaleList
 
removeFileExtension(String, String) - Static method in class org.zanata.client.commands.StringUtil
 
retainAll(Collection<?>) - Method in class org.zanata.client.config.LocaleList
 
run() - Method in class org.zanata.client.commands.glossary.delete.GlossaryDeleteCommand
 
run() - Method in class org.zanata.client.commands.glossary.push.GlossaryPushCommand
 
run() - Method in class org.zanata.client.commands.ListLocalCommand
 
run() - Method in class org.zanata.client.commands.ListRemoteCommand
 
run() - Method in class org.zanata.client.commands.PublicanPullCommand
Deprecated.
 
run() - Method in class org.zanata.client.commands.PublicanPushCommand
Deprecated.
 
run() - Method in class org.zanata.client.commands.pull.PullCommand
 
run() - Method in class org.zanata.client.commands.pull.RawPullCommand
 
run() - Method in class org.zanata.client.commands.push.PushCommand
 
run() - Method in class org.zanata.client.commands.push.RawPushCommand
 
run() - Method in class org.zanata.client.commands.PutProjectCommand
 
run() - Method in class org.zanata.client.commands.PutUserCommand
 
run() - Method in class org.zanata.client.commands.PutVersionCommand
 
run() - Method in class org.zanata.client.commands.stats.GetStatisticsCommand
 
run() - Method in interface org.zanata.client.commands.ZanataCommand
Executes the command, using the parameters which have been previously set.
RuntimeExceptionStrategy - Class in org.zanata.client.commands
 
RuntimeExceptionStrategy() - Constructor for class org.zanata.client.commands.RuntimeExceptionStrategy
 

S

set(int, LocaleMapping) - Method in class org.zanata.client.config.LocaleList
 
setBatchMode(boolean) - Method in class org.zanata.client.commands.BasicOptionsImpl
 
setCommand(String) - Method in class org.zanata.client.ZanataClient
 
setDebug(boolean) - Method in interface org.zanata.client.commands.BasicOptions
 
setDebug(boolean) - Method in class org.zanata.client.commands.BasicOptionsImpl
 
setDocumentId(String) - Method in interface org.zanata.client.commands.stats.GetStatisticsOptions
 
setDocumentId(String) - Method in class org.zanata.client.commands.stats.GetStatisticsOptionsImpl
 
setDstDir(File) - Method in interface org.zanata.client.commands.PublicanPullOptions
Deprecated.
 
setDstDir(File) - Method in class org.zanata.client.commands.PublicanPullOptionsImpl
Deprecated.
 
setDstDirPot(File) - Method in interface org.zanata.client.commands.PublicanPullOptions
Deprecated.
 
setDstDirPot(File) - Method in class org.zanata.client.commands.PublicanPullOptionsImpl
Deprecated.
 
setErrors(boolean) - Method in interface org.zanata.client.commands.BasicOptions
 
setErrors(boolean) - Method in class org.zanata.client.commands.BasicOptionsImpl
 
setExportPot(boolean) - Method in interface org.zanata.client.commands.PublicanPullOptions
Deprecated.
 
setExportPot(boolean) - Method in class org.zanata.client.commands.PublicanPullOptionsImpl
Deprecated.
 
setFormat(String) - Method in interface org.zanata.client.commands.stats.GetStatisticsOptions
 
setFormat(String) - Method in class org.zanata.client.commands.stats.GetStatisticsOptionsImpl
 
setHelp(boolean) - Method in interface org.zanata.client.commands.BasicOptions
 
setHelp(boolean) - Method in class org.zanata.client.commands.BasicOptionsImpl
 
setImportPo(boolean) - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
setIncludeDetails(boolean) - Method in interface org.zanata.client.commands.stats.GetStatisticsOptions
 
setIncludeDetails(boolean) - Method in class org.zanata.client.commands.stats.GetStatisticsOptionsImpl
 
setIncludeWordLevelStats(boolean) - Method in interface org.zanata.client.commands.stats.GetStatisticsOptions
 
setIncludeWordLevelStats(boolean) - Method in class org.zanata.client.commands.stats.GetStatisticsOptionsImpl
 
setInteractiveMode(boolean) - Method in interface org.zanata.client.commands.BasicOptions
 
setInteractiveMode(boolean) - Method in class org.zanata.client.commands.BasicOptionsImpl
 
setKey(String) - Method in interface org.zanata.client.commands.ConfigurableOptions
 
setKey(String) - Method in class org.zanata.client.commands.ConfigurableOptionsImpl
 
setLocale(String) - Method in class org.zanata.client.config.LocaleMapping
 
setLocaleMapList(LocaleList) - Method in interface org.zanata.client.commands.ConfigurableProjectOptions
 
setLocaleMapList(LocaleList) - Method in class org.zanata.client.commands.ConfigurableProjectOptionsImpl
 
setLocales(LocaleList) - Method in class org.zanata.client.config.ZanataConfig
 
setLogHttp(boolean) - Method in interface org.zanata.client.commands.ConfigurableOptions
 
setLogHttp(boolean) - Method in class org.zanata.client.commands.ConfigurableOptionsImpl
 
setMapFrom(String) - Method in class org.zanata.client.config.LocaleMapping
 
setNoCopyTrans(boolean) - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
setProgressFeedbackMessage(String) - Static method in class org.zanata.client.util.ConsoleUtils
 
setProj(String) - Method in interface org.zanata.client.commands.ConfigurableProjectOptions
 
setProj(String) - Method in class org.zanata.client.commands.ConfigurableProjectOptionsImpl
 
setProject(String) - Method in class org.zanata.client.config.ZanataConfig
 
setProjectConfig(File) - Method in interface org.zanata.client.commands.ConfigurableProjectOptions
 
setProjectConfig(File) - Method in class org.zanata.client.commands.ConfigurableProjectOptionsImpl
 
setProjectDesc(String) - Method in interface org.zanata.client.commands.PutProjectOptions
 
setProjectDesc(String) - Method in class org.zanata.client.commands.PutProjectOptionsImpl
 
setProjectName(String) - Method in interface org.zanata.client.commands.PutProjectOptions
 
setProjectName(String) - Method in class org.zanata.client.commands.PutProjectOptionsImpl
 
setProjectSlug(String) - Method in interface org.zanata.client.commands.PutProjectOptions
 
setProjectSlug(String) - Method in class org.zanata.client.commands.PutProjectOptionsImpl
 
setProjectType(String) - Method in interface org.zanata.client.commands.ConfigurableProjectOptions
 
setProjectType(String) - Method in class org.zanata.client.commands.ConfigurableProjectOptionsImpl
 
setProjectType(String) - Method in class org.zanata.client.config.ZanataConfig
 
setProjectVersion(String) - Method in interface org.zanata.client.commands.ConfigurableProjectOptions
 
setProjectVersion(String) - Method in class org.zanata.client.commands.ConfigurableProjectOptionsImpl
 
setProjectVersion(String) - Method in class org.zanata.client.config.ZanataConfig
 
setPullOptions(PullOptions) - Method in class org.zanata.client.commands.pull.AbstractGettextPullStrategy
 
setPullOptions(PullOptions) - Method in class org.zanata.client.commands.pull.PropertiesStrategy
 
setPullOptions(PullOptions) - Method in interface org.zanata.client.commands.pull.PullStrategy
 
setPullOptions(PullOptions) - Method in class org.zanata.client.commands.pull.RawPullStrategy
 
setPullOptions(PullOptions) - Method in class org.zanata.client.commands.pull.XliffStrategy
 
setPullOptions(PullOptions) - Method in class org.zanata.client.commands.pull.XmlStrategy
 
setPushOptions(O) - Method in class org.zanata.client.commands.push.AbstractCommonPushStrategy
 
setQuiet(boolean) - Method in interface org.zanata.client.commands.BasicOptions
 
setQuiet(boolean) - Method in class org.zanata.client.commands.BasicOptionsImpl
 
setSourceLang(String) - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
setSrcDir(File) - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
setSrcDirPot(File) - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
setUrl(URL) - Method in interface org.zanata.client.commands.ConfigurableOptions
 
setUrl(URL) - Method in class org.zanata.client.commands.ConfigurableOptionsImpl
 
setUrl(URL) - Method in class org.zanata.client.config.ZanataConfig
 
setUserConfig(File) - Method in interface org.zanata.client.commands.ConfigurableOptions
 
setUserConfig(File) - Method in class org.zanata.client.commands.ConfigurableOptionsImpl
 
setUserDisabled(boolean) - Method in interface org.zanata.client.commands.PutUserOptions
 
setUserDisabled(boolean) - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
setUserEmail(String) - Method in interface org.zanata.client.commands.PutUserOptions
 
setUserEmail(String) - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
setUserKey(String) - Method in interface org.zanata.client.commands.PutUserOptions
 
setUserKey(String) - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
setUserLangs(String) - Method in interface org.zanata.client.commands.PutUserOptions
 
setUserLangs(String) - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
setUsername(String) - Method in interface org.zanata.client.commands.ConfigurableOptions
 
setUsername(String) - Method in class org.zanata.client.commands.ConfigurableOptionsImpl
 
setUserName(String) - Method in interface org.zanata.client.commands.PutUserOptions
 
setUserName(String) - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
setUserPasswordHash(String) - Method in interface org.zanata.client.commands.PutUserOptions
 
setUserPasswordHash(String) - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
setUserRoles(String) - Method in interface org.zanata.client.commands.PutUserOptions
 
setUserRoles(String) - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
setUserUsername(String) - Method in interface org.zanata.client.commands.PutUserOptions
 
setUserUsername(String) - Method in class org.zanata.client.commands.PutUserOptionsImpl
 
setValidate(boolean) - Method in class org.zanata.client.commands.PublicanPushOptionsImpl
Deprecated.
 
setVersion(boolean) - Method in class org.zanata.client.ZanataClient
 
setVersionProject(String) - Method in interface org.zanata.client.commands.PutVersionOptions
 
setVersionProject(String) - Method in class org.zanata.client.commands.PutVersionOptionsImpl
 
setVersionSlug(String) - Method in interface org.zanata.client.commands.PutVersionOptions
 
setVersionSlug(String) - Method in class org.zanata.client.commands.PutVersionOptionsImpl
 
size() - Method in class org.zanata.client.config.LocaleList
 
sourceDocResource - Variable in class org.zanata.client.commands.PushPullCommand
 
splitIntoBatch(TranslationsResource, int) - Method in class org.zanata.client.commands.push.PushCommand
Split TranslationsResource into List<TranslationsResource> according to maxBatchSize, but only if mergeType=AUTO
startProgressFeedback() - Static method in class org.zanata.client.util.ConsoleUtils
 
StringTrimAdapter - Class in org.zanata.client.config
 
StringTrimAdapter() - Constructor for class org.zanata.client.config.StringTrimAdapter
 
StringUtil - Class in org.zanata.client.commands
 
StringUtil() - Constructor for class org.zanata.client.commands.StringUtil
 
subList(int, int) - Method in class org.zanata.client.config.LocaleList
 
SystemExitStrategy - Class in org.zanata.client.commands
 
SystemExitStrategy() - Constructor for class org.zanata.client.commands.SystemExitStrategy
 

T

toArray() - Method in class org.zanata.client.config.LocaleList
 
toArray(T[]) - Method in class org.zanata.client.config.LocaleList
 
toString() - Method in class org.zanata.client.config.LocaleList
 
toString() - Method in class org.zanata.client.config.LocaleMapping
 
transfer() - Static method in class org.zanata.client.commands.gettext.GettextUtils
 
translationResources - Variable in class org.zanata.client.commands.PushPullCommand
 

U

unmarshal(String) - Method in class org.zanata.client.config.StringTrimAdapter
 
unqualifiedDocName(String) - Method in class org.zanata.client.commands.PushPullCommand
 
uri - Variable in class org.zanata.client.commands.PushPullCommand
 
UTF8PropertiesStrategy - Class in org.zanata.client.commands.pull
 
UTF8PropertiesStrategy() - Constructor for class org.zanata.client.commands.pull.UTF8PropertiesStrategy
 

V

valueOf(String) - Static method in enum org.zanata.client.commands.push.PushPullType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.zanata.client.commands.push.PushPullType
Returns an array containing the constants of this enum type, in the order they are declared.
visit(LocaleMapping, TranslationsResource) - Method in interface org.zanata.client.commands.push.PushCommand.TranslationResourcesVisitor
 
visit(LocaleMapping, File) - Method in interface org.zanata.client.commands.push.RawPushStrategy.TranslationFilesVisitor
 
visitTranslationFiles(String, RawPushStrategy.TranslationFilesVisitor) - Method in class org.zanata.client.commands.push.RawPushStrategy
This implementation assumes that translated documents are named identically to source documents, and reside in directories named with a locale identifier that are siblings of the source directory.
visitTranslationResources(String, Resource, PushCommand.TranslationResourcesVisitor) - Method in class org.zanata.client.commands.push.AbstractGettextPushStrategy
 
visitTranslationResources(String, Resource, PushCommand.TranslationResourcesVisitor) - Method in class org.zanata.client.commands.push.AbstractPushStrategy
 
visitTranslationResources(String, Resource, PushCommand.TranslationResourcesVisitor) - Method in class org.zanata.client.commands.push.PropertiesStrategy
 
visitTranslationResources(String, Resource, PushCommand.TranslationResourcesVisitor) - Method in class org.zanata.client.commands.push.XliffStrategy
 
visitTranslationResources(String, Resource, PushCommand.TranslationResourcesVisitor) - Method in class org.zanata.client.commands.push.XmlStrategy
 

W

write(ContainerTranslationStatistics) - Method in class org.zanata.client.commands.stats.ConsoleStatisticsOutput
 
write(ContainerTranslationStatistics) - Method in interface org.zanata.client.commands.stats.ContainerStatisticsCommandOutput
Writes a Statistics object.
write(ContainerTranslationStatistics) - Method in class org.zanata.client.commands.stats.CsvStatisticsOutput
 
writeSrcFile(Resource) - Method in class org.zanata.client.commands.pull.AbstractGettextPullStrategy
 
writeSrcFile(Resource) - Method in class org.zanata.client.commands.pull.PropertiesStrategy
 
writeSrcFile(Resource) - Method in interface org.zanata.client.commands.pull.PullStrategy
 
writeSrcFile(String, InputStream) - Method in class org.zanata.client.commands.pull.RawPullStrategy
 
writeSrcFile(Resource) - Method in class org.zanata.client.commands.pull.UTF8PropertiesStrategy
 
writeSrcFile(Resource) - Method in class org.zanata.client.commands.pull.XliffStrategy
 
writeSrcFile(Resource) - Method in class org.zanata.client.commands.pull.XmlStrategy
 
writeTransFile(Resource, String, LocaleMapping, TranslationsResource) - Method in class org.zanata.client.commands.pull.GettextDirStrategy
 
writeTransFile(Resource, String, LocaleMapping, TranslationsResource) - Method in class org.zanata.client.commands.pull.GettextPullStrategy
 
writeTransFile(Resource, String, LocaleMapping, TranslationsResource) - Method in class org.zanata.client.commands.pull.PropertiesStrategy
 
writeTransFile(Resource, String, LocaleMapping, TranslationsResource) - Method in interface org.zanata.client.commands.pull.PullStrategy
pre: docWithLocalName.getName() must match docName if docWithLocalName is not null
writeTransFile(String, LocaleMapping, InputStream) - Method in class org.zanata.client.commands.pull.RawPullStrategy
 
writeTransFile(Resource, String, LocaleMapping, TranslationsResource) - Method in class org.zanata.client.commands.pull.UTF8PropertiesStrategy
 
writeTransFile(Resource, String, LocaleMapping, TranslationsResource) - Method in class org.zanata.client.commands.pull.XliffStrategy
 
writeTransFile(Resource, String, LocaleMapping, TranslationsResource) - Method in class org.zanata.client.commands.pull.XmlStrategy
 

X

XliffStrategy - Class in org.zanata.client.commands.pull
 
XliffStrategy() - Constructor for class org.zanata.client.commands.pull.XliffStrategy
 
XliffStrategy - Class in org.zanata.client.commands.push
 
XliffStrategy() - Constructor for class org.zanata.client.commands.push.XliffStrategy
 
XmlStrategy - Class in org.zanata.client.commands.pull
 
XmlStrategy() - Constructor for class org.zanata.client.commands.pull.XmlStrategy
 
XmlStrategy - Class in org.zanata.client.commands.push
 
XmlStrategy() - Constructor for class org.zanata.client.commands.push.XmlStrategy
 

Z

ZanataClient - Class in org.zanata.client
 
ZanataClient() - Constructor for class org.zanata.client.ZanataClient
Only for testing (allows access to optionsMap)
ZanataClient(AppAbortStrategy, PrintStream, PrintStream) - Constructor for class org.zanata.client.ZanataClient
 
ZanataCommand - Interface in org.zanata.client.commands
 
ZanataConfig - Class in org.zanata.client.config
Representation of the root node of a project configuration
ZanataConfig() - Constructor for class org.zanata.client.config.ZanataConfig
 
A B C D E F G H I L M N O P Q R S T U V W X Z 

Copyright © 2012 Zanata Project. All Rights Reserved.