| Package | Description |
|---|---|
| org.digitalmediaserver.crowdin | |
| org.digitalmediaserver.crowdin.api | |
| org.digitalmediaserver.crowdin.api.request | |
| org.digitalmediaserver.crowdin.configuration |
| Modifier and Type | Field and Description |
|---|---|
protected UpdateOption |
PushCrowdinMojo.updateOption
The default update behavior for updated strings when pushing.
|
| Modifier and Type | Method and Description |
|---|---|
protected UpdateOption |
PushCrowdinMojo.getUpdateOption(TranslationFileSet fileSet)
Gets the effective "
updateOption" value from either the
TranslationFileSet or the default parameter. |
| Modifier and Type | Method and Description |
|---|---|
static FileInfo |
CrowdinAPI.updateFile(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
long fileId,
StorageInfo storage,
UpdateOption updateOption,
FileImportOptions importOptions,
FileExportOptions exportOptions,
Boolean replaceModifiedContext,
String token,
org.apache.maven.plugin.logging.Log logger)
Asks Crowdin to update an existing file from a file that has already been
uploaded to storage.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateOption |
UpdateFileRequest.getUpdateOption() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFileRequest.setUpdateOption(UpdateOption updateOption) |
| Modifier and Type | Field and Description |
|---|---|
protected UpdateOption |
TranslationFileSet.updateOption
The update behavior for updates string when pushing.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateOption |
TranslationFileSet.getUpdateOption() |
static UpdateOption |
UpdateOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateOption[] |
UpdateOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.