| Package | Description |
|---|---|
| org.digitalmediaserver.crowdin | |
| org.digitalmediaserver.crowdin.api | |
| org.digitalmediaserver.crowdin.api.request | |
| org.digitalmediaserver.crowdin.api.response |
| Modifier and Type | Method and Description |
|---|---|
protected FileExportOptions |
PushCrowdinMojo.generateExportOptions(TranslationFileSet fileSet,
FileInfo templateFile)
Builds the "effective"
FileExportOptions from a combination of
the template file settings (if any) and the TranslationFileSet
configuration. |
| Modifier and Type | Method and Description |
|---|---|
static FileInfo |
CrowdinAPI.createFile(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
StorageInfo storage,
String name,
FileType type,
Long branchId,
Long folderId,
String title,
String context,
String[] excludedTargetLanguages,
FileExportOptions exportOptions,
FileImportOptions importOptions,
Integer parserVersion,
String token,
org.apache.maven.plugin.logging.Log logger)
Asks Crowdin to create a new file from a file that has already been
uploaded to storage.
|
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 |
|---|---|
FileExportOptions |
UpdateFileRequest.getExportOptions() |
FileExportOptions |
CreateFileRequest.getExportOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFileRequest.setExportOptions(FileExportOptions exportOptions) |
void |
CreateFileRequest.setExportOptions(FileExportOptions exportOptions) |
| Modifier and Type | Method and Description |
|---|---|
FileExportOptions |
FileInfo.getExportOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileInfo.setExportOptions(FileExportOptions exportOptions) |
Copyright © 2024. All rights reserved.