- charset - Variable in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
For internal use.
- cleanDownloadFolder() - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
- CleanDownloadsMojo - Class in org.digitalmediaserver.crowdin
-
- CleanDownloadsMojo() - Constructor for class org.digitalmediaserver.crowdin.CleanDownloadsMojo
-
- client - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
The HTTP client
- close() - Method in class org.digitalmediaserver.crowdin.tool.NSISUtil.NSISInputStream
-
- comment - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
- comment - Variable in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
- COMMENT_TAG - Static variable in class org.digitalmediaserver.crowdin.tool.NSISUtil
-
A
Pattern for finding NSIS comments
- commentTag - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
The comment character or character combination to use for comment lines
when exporting files from Crowdin if addComment is true.
- COMMON_MISSPELLINGS - Static variable in enum org.digitalmediaserver.crowdin.tool.ISO639
-
A
Map of common language name misspellings and their correct
counterparts
- COMPARATOR - Static variable in class org.digitalmediaserver.crowdin.tool.GroupSortedProperties
-
- compare(Map.Entry<String, String>, Map.Entry<String, String>) - Method in class org.digitalmediaserver.crowdin.tool.GroupSortedProperties.EntryComparator
-
- confirm - Variable in class org.digitalmediaserver.crowdin.PushCrowdinMojo
-
This parameter must be true for push to execute.
- Constants - Class in org.digitalmediaserver.crowdin.tool
-
This class has no fields or methods, it's only used to hold various static
constants.
- Conversion - Class in org.digitalmediaserver.crowdin.configuration
-
A Mojo configuration class describing a
placeholder conversion consisting of a "from" and a "to" value.
- Conversion() - Constructor for class org.digitalmediaserver.crowdin.configuration.Conversion
-
- conversions - Variable in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
A list of
Conversion elements to apply to the
translation file names.
- convertLine(String, boolean) - Static method in class org.digitalmediaserver.crowdin.tool.NSISUtil
-
Converts the specified line between "proper" NSIS format and the slightly
modified format used to store NSIS files on Crowdin.
- convertLineFromNSIS(String) - Static method in class org.digitalmediaserver.crowdin.tool.NSISUtil
-
Converts the specified line from NSIS format to the slightly modified
format used to store NSIS files on Crowdin.
- convertLineToNSIS(String) - Static method in class org.digitalmediaserver.crowdin.tool.NSISUtil
-
Converts the specified line from the slightly modified format used to
store NSIS files on Crowdin to "proper" NSIS format.
- createBranch(CloseableHttpClient, long, String, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Creates a branch at Crowdin.
- CreateBranchRequest - Class in org.digitalmediaserver.crowdin.api.request
-
This class is used for serializing a JSON object when requesting to create a
branch with Crowdin's v2 API.
- CreateBranchRequest(String) - Constructor for class org.digitalmediaserver.crowdin.api.request.CreateBranchRequest
-
Creates a new instance with the specified branch name.
- createBuild(CloseableHttpClient, long, String, Long, boolean, boolean, boolean, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Triggers a build at Crowdin.
- CreateBuildRequest - Class in org.digitalmediaserver.crowdin.api.request
-
This class is used for serializing a JSON object when requesting to create a
build with Crowdin's v2 API.
- CreateBuildRequest() - Constructor for class org.digitalmediaserver.crowdin.api.request.CreateBuildRequest
-
Creates a new instance.
- createClient() - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
- createFile(CloseableHttpClient, long, StorageInfo, String, FileType, Long, Long, String, String, String[], FileExportOptions, FileImportOptions, Integer, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Asks Crowdin to create a new file from a file that has already been
uploaded to storage.
- CreateFileRequest - Class in org.digitalmediaserver.crowdin.api.request
-
This class is used for serializing a JSON object when requesting to create a
file with Crowdin's v2 API.
- CreateFileRequest(StorageInfo, String) - Constructor for class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
Creates a new instance with the specified storage and name.
- createFolder(CloseableHttpClient, long, String, Long, Long, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Asks Crowdin to create a new folder.
- CreateFolderRequest - Class in org.digitalmediaserver.crowdin.api.request
-
This class is used for serializing a JSON object when requesting to create a
folder with Crowdin's v2 API.
- CreateFolderRequest(String) - Constructor for class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
-
Creates a new instance with the specified folder name.
- createHTTPClient(String, Integer) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Creates a new CloseableHttpClient instance.
- createStorage(CloseableHttpClient, String, HttpEntity, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Creates a new storage on Crowdin by uploading content.
- CrowdinAPI - Class in org.digitalmediaserver.crowdin.api
-
This is a utility class for calling the Crowdin API and related tasks.
- CrowdinAPI.HTTPMethod - Enum in org.digitalmediaserver.crowdin.api
-
An enum that makes it possible to pass HTTP methods in a typesafe manner.
- crowdinPath - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- crowdinServerId - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
Server id in settings.xml, whose <password> is the API token to
use.
- FetchCrowdinMojo - Class in org.digitalmediaserver.crowdin
-
- FetchCrowdinMojo() - Constructor for class org.digitalmediaserver.crowdin.FetchCrowdinMojo
-
- FIFOProperties - Class in org.digitalmediaserver.crowdin.tool
-
A
OrderedProperties implementation that retains the order of the
elements in which they were added.
- FIFOProperties() - Constructor for class org.digitalmediaserver.crowdin.tool.FIFOProperties
-
- FileExportOptions - Class in org.digitalmediaserver.crowdin.api
-
This class is used for serialization and deserialization of JSON objects when
communicating with Crowdin's v2 API.
- FileExportOptions() - Constructor for class org.digitalmediaserver.crowdin.api.FileExportOptions
-
Creates a new instance.
- FileExportOptions.JavaScriptExportQuotes - Enum in org.digitalmediaserver.crowdin.api
-
Represents the Crowdin API exportQuotes JavaScript export
options.
- FileImportOptions - Class in org.digitalmediaserver.crowdin.api
-
This class is used for serialization and deserialization of JSON objects when
communicating with Crowdin's v2 API.
- FileImportOptions() - Constructor for class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Create a new instance.
- FileInfo - Class in org.digitalmediaserver.crowdin.api.response
-
This class is used for deserializing JSON response objects describing files
received from Crowdin's v2 API.
- FileInfo() - Constructor for class org.digitalmediaserver.crowdin.api.response.FileInfo
-
Creates a new instance.
- FileType - Enum in org.digitalmediaserver.crowdin.api
-
An enum representing the Crowdin fileType.
- FileUtil - Class in org.digitalmediaserver.crowdin.tool
-
A utility class containing file related routines.
- FileUtil.LetterCase - Enum in org.digitalmediaserver.crowdin.tool
-
An enum representing letter cases.
- fillBuffer() - Method in class org.digitalmediaserver.crowdin.tool.NSISUtil.NSISInputStream
-
Refills the buffer from the source, discarding anything that is
before pos.
- FILTER_DELIMITERS - Static variable in class org.digitalmediaserver.crowdin.tool.Constants
-
The path filter delimiters to use when building a regular expression
- findLastBoundary() - Method in class org.digitalmediaserver.crowdin.tool.NSISUtil.NSISInputStream
-
- FolderInfo - Class in org.digitalmediaserver.crowdin.api.response
-
This class is used for deserializing JSON response objects describing folders
received from Crowdin's v2 API.
- FolderInfo() - Constructor for class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
Creates a new instance.
- formatPath(Path, boolean) - Static method in class org.digitalmediaserver.crowdin.tool.FileUtil
-
Formats a
Path by converting backslashes to slashes and
optionally appends a slash to the end of the
Path.
- formatPath(String, boolean) - Static method in class org.digitalmediaserver.crowdin.tool.FileUtil
-
Formats a file path by converting backslashes to slashes and optionally
appends a slash to the end of the path if it's not already present.
- from - Variable in class org.digitalmediaserver.crowdin.configuration.Conversion
-
The placeholder value to convert from.
- fromBCP47(String) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Converts an
IETF BCP 47 language tag to an
ISO639.
- generateExportOptions(TranslationFileSet, FileInfo) - Method in class org.digitalmediaserver.crowdin.PushCrowdinMojo
-
- get(String) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Gets the
ISO639 for an English
ISO 639 language name or
an
ISO 639 code, or
null if no match is found.
- get(String, boolean) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Gets the
ISO639 for an English
ISO 639 language name or
an
ISO 639 code, or
null if no match is found.
- get2LetterCode() - Method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
- getAddComment() - Method in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
- getAndroidCode() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- getAttachLabelIds() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- getAttachLabelIds() - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- getAttributes() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- getBaseFileName() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- getBranch() - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
Gets the Crowdin branch name that matches the name of the current Git
branch.
- getBranch(boolean, List<BranchInfo>) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
Creates or gets the Crowdin branch name that matches the name of the
current Git branch.
- getBranch(Path, Log) - Static method in class org.digitalmediaserver.crowdin.tool.GitUtil
-
Gets the current Git branch.
- getBranchId() - Method in class org.digitalmediaserver.crowdin.api.request.CreateBuildRequest
-
- getBranchId() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- getBranchId() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
-
- getBranchId() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
-
- getBranchId() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getBranchId() - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- getBuildStatus(CloseableHttpClient, long, long, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Queries Crowdin for the status of the specified build.
- getCharset() - Method in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
- getCleanTagsAggressively() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getCname() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getCode() - Method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
- getCode(String) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Gets the
ISO639 for an
ISO 639 code, or
null if
no match is found.
- getComment() - Method in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
- getCommentTag() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- getContentSegmentation() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getContentType() - Method in enum org.digitalmediaserver.crowdin.api.FileType
-
- getContext() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- getContext() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getConversions() - Method in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
- getCreatedAt() - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- getCreatedAt() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- getCreatedAt() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getCreatedAt() - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- getCreatedAt() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getCrowdinPath() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- getCustomSegmentation() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getDescription() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getDetachLabelIds() - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- getDialectOf() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- getDirectoryId() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- getDirectoryId() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
-
- getDirectoryId() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
-
- getDirectoryId() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getDirectoryId() - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- getDownloadLink(CloseableHttpClient, long, long, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Asks Crowdin for a download link for the specified build.
- getEditorCode() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- getEncoding() - Method in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
- getEscapeQuotes() - Method in class org.digitalmediaserver.crowdin.api.FileExportOptions
-
- getEscapeQuotes() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- getEscapeSpecialCharacters() - Method in class org.digitalmediaserver.crowdin.api.FileExportOptions
-
- getEscapeSpecialCharacters() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- getEscapeUnicode() - Method in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
- getExcludeCodeBlocks() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getExcludedElements() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getExcludedFrontMatterElements() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getExcludedTargetLanguages() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- getExcludedTargetLanguages() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getExcludeIncludeDirectives() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getExcludes() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- getExpireIn() - Method in class org.digitalmediaserver.crowdin.api.response.DownloadLinkInfo
-
- getExportOptions() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- getExportOptions() - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- getExportOptions() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getExportPattern() - Method in class org.digitalmediaserver.crowdin.api.FileExportOptions
-
- getExportPattern() - Method in class org.digitalmediaserver.crowdin.api.request.CreateBranchRequest
-
- getExportPattern() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
-
- getExportPattern() - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- getExportPattern() - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- getExportPattern() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- getExportQuotes() - Method in class org.digitalmediaserver.crowdin.api.FileExportOptions
-
- getExportQuotes() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- getExtension(String, FileUtil.LetterCase, Locale) - Static method in class org.digitalmediaserver.crowdin.tool.FileUtil
-
Returns the file extension from fileName or null if
fileName has no extension.
- getExtensionIndex(String) - Static method in class org.digitalmediaserver.crowdin.tool.FileUtil
-
Finds the index of the "extension dot" in the specified string.
- getExtensions() - Method in enum org.digitalmediaserver.crowdin.api.FileType
-
- getFile(CloseableHttpClient, long, long, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Queries Crowdin for information about the specified file.
- getFileIfExists(CloseableHttpClient, long, BranchInfo, FolderInfo, String, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Queries Crowdin for information about a file with the specified name.
- getFileName() - Method in class org.digitalmediaserver.crowdin.api.response.StorageInfo
-
- getFileSet() - Method in class org.digitalmediaserver.crowdin.DeployCrowdinMojo.MatchInfo
-
- getFinishedAt() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- getFirstLineContainsHeader() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getFirstName() - Method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
- getFirstName(String) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Gets the first defined English ISO 639 language name for an
English ISO 639 language name or an ISO 639 code, or
null if no match is found.
- getFirstName(String, boolean) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Gets the first defined English ISO 639 language name for an
English ISO 639 language name or an ISO 639 code, or
null if no match is found.
- getFolder(CloseableHttpClient, long, BranchInfo, String, boolean, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Queries Crowdin for information about the specified folder.
- getFolder(CloseableHttpClient, long, long, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Queries Crowdin for information about the specified folder.
- getFrom() - Method in class org.digitalmediaserver.crowdin.configuration.Conversion
-
- getGsonInstance() - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
- getId() - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- getId() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- getId() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getId() - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- getId() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- getId() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getId() - Method in class org.digitalmediaserver.crowdin.api.response.StorageInfo
-
- getIdentifier() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getIdentifier() - Method in enum org.digitalmediaserver.crowdin.configuration.PathPlaceholder
-
- getImportHiddenSheets() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getImportHiddenSlides() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getImportKeyAsSource() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getImportNotes() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getImportOptions() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- getImportOptions() - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- getImportOptions() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getImportTranslations() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getIncludes() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- getISO639Part2Code(String) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Gets the ISO 639-2 (3-letter) code for an English ISO 639
language name or an ISO 639 code, or null if no match is
found.
- getISO639Part2Code(String, boolean) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Gets the ISO 639-2 (3-letter) code for an English ISO 639
language name or an ISO 639 code, or null if no match is
found.
- getISOCode(String) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Gets the shortest possible (as per
Locale specification)
ISO 639 (2- or 3-letter) code for an English
ISO 639
language name or an
ISO 639 code, or
null if no match can
be found.
- getISOCode(String, boolean) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Gets the shortest possible (as per
Locale specification)
ISO 639 (2- or 3-letter) code for an English
ISO 639
language name or an
ISO 639 code, or
null if no is found.
- getKey() - Method in class org.digitalmediaserver.crowdin.tool.GroupSortedProperties.Entry
-
- getLanguageAccessPolicy() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getLanguageFilesFolder() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- getLastActivity() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getLineSeparator() - Method in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
- getLocale() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- getLogo() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getMatchInfo() - Method in class org.digitalmediaserver.crowdin.DeployCrowdinMojo.ParseResult
-
- getName() - Method in class org.digitalmediaserver.crowdin.api.request.CreateBranchRequest
-
- getName() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- getName() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
-
- getName() - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- getName() - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- getName() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getName() - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- getName() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- getName() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getName() - Method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
- getNames() - Method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
- getNames(String) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Gets the
List of English
ISO 639 language names for an
English
ISO 639 language name or an
ISO 639 code, or
null if no match is found.
- getNames(String, boolean) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Gets the array of English ISO 639 language names for an English
ISO 639 language name or an ISO 639 code, or null
if no match is found.
- getNextLine() - Method in class org.digitalmediaserver.crowdin.tool.NSISUtil.NSISInputStream
-
Returns the next line from the source, recycling the buffer as
needed.
- getNextLineSeparatorIndex() - Method in class org.digitalmediaserver.crowdin.tool.NSISUtil.NSISInputStream
-
- getOsxCode() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- getOsxLocale() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- getParsePattern() - Method in enum org.digitalmediaserver.crowdin.configuration.PathPlaceholder
-
- getParserVersion() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- getParserVersion() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getPart1() - Method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
- getPart2B() - Method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
- getPart2T() - Method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
- getPath() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getPath() - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- getPattern() - Method in enum org.digitalmediaserver.crowdin.configuration.PathPlaceholder
-
- getPattern() - Method in class org.digitalmediaserver.crowdin.DeployCrowdinMojo.MatchInfo
-
- getPlaceHolders() - Method in class org.digitalmediaserver.crowdin.DeployCrowdinMojo.MatchInfo
-
- getPluginVersion() - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
Retrieves the version of this plugin from Maven's
pluginDescriptor.
- getPluralCategoryNames() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- getPluralExamples() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- getPluralRules() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- getPriority() - Method in class org.digitalmediaserver.crowdin.api.request.CreateBranchRequest
-
- getPriority() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
-
- getPriority() - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- getPriority() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getPriority() - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- getProgress() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- getProjectId() - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- getProjectId() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- getProjectId() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getProjectId() - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- getProjectInfo(CloseableHttpClient, long, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Queries Crowdin for project information.
- getPublicDownloads() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getPushFolder(TranslationFileSet, boolean) - Static method in class org.digitalmediaserver.crowdin.tool.FileUtil
-
- getReplaceModifiedContext() - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- getReplaceModifiedContext() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- getReplaceModifiedContext(TranslationFileSet) - Method in class org.digitalmediaserver.crowdin.PushCrowdinMojo
-
Gets the effective "
replaceModifiedContext" value from either the
TranslationFileSet or the default parameter.
- getRevisionId() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getShortestCode() - Method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Gets the shortest possible (as per
Locale specification)
ISO 639 (2- or 3-letter) code.
- getSortLines() - Method in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
- getSourceLanguage() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getSourceLanguageId() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getSrxStorageId() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getStatus() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- getStatus() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getStorageId() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- getStorageId() - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- getTargetFile() - Method in class org.digitalmediaserver.crowdin.configuration.StatusFile
-
- getTargetFile() - Method in class org.digitalmediaserver.crowdin.DeployCrowdinMojo.ParseResult
-
- getTargetFileName() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- getTargetLanguageIds() - Method in class org.digitalmediaserver.crowdin.api.request.CreateBuildRequest
-
- getTargetLanguageIds() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
-
- getTargetLanguageIds() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getTargetLanguages() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getTextDirection() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- getThreeLettersCode() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- getTitle() - Method in class org.digitalmediaserver.crowdin.api.request.CreateBranchRequest
-
- getTitle() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- getTitle() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
-
- getTitle() - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- getTitle() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getTitle() - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- getTitle() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- getTo() - Method in class org.digitalmediaserver.crowdin.configuration.Conversion
-
- getTranslatableElements() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getTranslateAttributes() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getTranslateContent() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getTranslateHiddenRowsAndColumns() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getTranslateHiddenText() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getTranslateHyperlinkUrls() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
- getTranslationStatus(CloseableHttpClient, long, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Queries Crowdin for the current translation status.
- getTwoLettersCode() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- getType() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- getType() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getType() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getType() - Method in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
- getType() - Method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
- getUpdatedAt() - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- getUpdatedAt() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- getUpdatedAt() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- getUpdatedAt() - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- getUpdatedAt() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getUpdateOption() - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- getUpdateOption() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- getUpdateOption(TranslationFileSet) - Method in class org.digitalmediaserver.crowdin.PushCrowdinMojo
-
Gets the effective "
updateOption" value from either the
TranslationFileSet or the default parameter.
- getUrl() - Method in class org.digitalmediaserver.crowdin.api.response.DownloadLinkInfo
-
- getUserId() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getUTF8ByteArray(String) - Static method in class org.digitalmediaserver.crowdin.tool.NSISUtil
-
Converts a
String to a
UTF-8 byte array while handling
null.
- getValue() - Method in enum org.digitalmediaserver.crowdin.api.CrowdinAPI.HTTPMethod
-
- getValue() - Method in class org.digitalmediaserver.crowdin.tool.GroupSortedProperties.Entry
-
- getVisibility() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- getWriteBOM() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
- gitBaseFolder - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
The Git base folder, if different from Maven project base folder
- GitUtil - Class in org.digitalmediaserver.crowdin.tool
-
A utility class containing Git operations.
- GroupSortedProperties - Class in org.digitalmediaserver.crowdin.tool
-
A
OrderedProperties implementation that sorts the elements by key by
grouping the keys into groups separated by
"." and
"-".
- GroupSortedProperties() - Constructor for class org.digitalmediaserver.crowdin.tool.GroupSortedProperties
-
- GroupSortedProperties.Entry - Class in org.digitalmediaserver.crowdin.tool
-
- GroupSortedProperties.Entry(String, String) - Constructor for class org.digitalmediaserver.crowdin.tool.GroupSortedProperties.Entry
-
Creates a new instance with the specified key and value.
- GroupSortedProperties.EntryComparator - Class in org.digitalmediaserver.crowdin.tool
-
- GroupSortedProperties.EntryComparator() - Constructor for class org.digitalmediaserver.crowdin.tool.GroupSortedProperties.EntryComparator
-
- GSON - Static variable in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
The static Gson instance used for JSON (de)serialization
- saveConvert(String, boolean, boolean) - Static method in class org.digitalmediaserver.crowdin.tool.OrderedProperties
-
Converts Unicode characters to encoded "\uxxxx" and escapes special
characters with a preceding "\".
- SEMICOLON - Static variable in class org.digitalmediaserver.crowdin.tool.Constants
-
A
Pattern that matches semicolon
";"
- sendRequest(CloseableHttpClient, CrowdinAPI.HTTPMethod, String, Map<String, String>, Collection<Header>, String, V, ContentType, Class<T>, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Sends a HTTP request to the Crowdin API using the specified "function"
and the specified parameters.
- sendRequest(CloseableHttpClient, CrowdinAPI.HTTPMethod, URI, Map<String, String>, Collection<Header>, String, V, ContentType, Class<T>, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Sends a HTTP request to the specified
URI using the specified
parameters.
- sendStreamRequest(CloseableHttpClient, CrowdinAPI.HTTPMethod, URI, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
-
Sends a HTTP request where the response itself is returned so that is can
be read as an
InputStream, to the specified
URI using the
specified parameters.
- server - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
The Server to use for Crowdin credentials
- setAndroidCode(String) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- setAttachLabelIds(long[]) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- setAttachLabelIds(long[]) - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- setAttributes(BuildInfo.BuildAttributes) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- setBranchId(Long) - Method in class org.digitalmediaserver.crowdin.api.request.CreateBuildRequest
-
- setBranchId(Long) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- setBranchId(Long) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
-
- setBranchId(Long) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
-
- setBranchId(Long) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setBranchId(Long) - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- setBuildTimeout(Integer) - Method in class org.digitalmediaserver.crowdin.FetchCrowdinMojo
-
- setCharset(Charset) - Method in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
- setCleanTagsAggressively(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether to clean tags aggressively.
- setClient(CloseableHttpClient) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
Sets the CloseableHttpClient.
- setCname(String) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setComment(String) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
- setCommentTag(String) - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
-
Sets the comment tag.
- setContentSegmentation(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether content segmentation is enabled.
- setContext(String) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- setContext(String) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setCreatedAt(Date) - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- setCreatedAt(Date) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- setCreatedAt(Date) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setCreatedAt(Date) - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- setCreatedAt(Date) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setCrowdinServerId(String) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
- setCustomSegmentation(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether custom segmentation is enabled.
- setDescription(String) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setDetachLabelIds(long[]) - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- setDialectOf(String) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- setDirectoryId(Long) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- setDirectoryId(Long) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
-
- setDirectoryId(Long) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
-
- setDirectoryId(Long) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setDirectoryId(Long) - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- setDisableBranches(Boolean) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
- setDownloadFolder(Path) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
- setDownloadFolder(File) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
- setEditorCode(String) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- setEncoding(String) - Method in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
- setEscapeQuotes(Integer) - Method in class org.digitalmediaserver.crowdin.api.FileExportOptions
-
Sets the escapeQuotes value.
- setEscapeSpecialCharacters(Integer) - Method in class org.digitalmediaserver.crowdin.api.FileExportOptions
-
Sets the escapeSpecialCharacters value.
- setExcludeCodeBlocks(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether to exclude code blocks.
- setExcludedElements(String[]) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets an array CSS selectors for elements that should not be imported.
- setExcludedFrontMatterElements(String[]) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets an array of elements that should not be imported.
- setExcludedTargetLanguages(String[]) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- setExcludedTargetLanguages(String[]) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setExcludeIncludeDirectives(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether to skip include directives.
- setExpireIn(Date) - Method in class org.digitalmediaserver.crowdin.api.response.DownloadLinkInfo
-
- setExportApprovedOnly(boolean) - Method in class org.digitalmediaserver.crowdin.api.request.CreateBuildRequest
-
- setExportApprovedOnly(boolean) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
-
- setExportApprovedOnly(boolean) - Method in class org.digitalmediaserver.crowdin.FetchCrowdinMojo
-
- setExportOptions(FileExportOptions) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- setExportOptions(FileExportOptions) - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- setExportOptions(FileExportOptions) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setExportPattern(String) - Method in class org.digitalmediaserver.crowdin.api.FileExportOptions
-
Sets the exportPattern value.
- setExportPattern(String) - Method in class org.digitalmediaserver.crowdin.api.request.CreateBranchRequest
-
- setExportPattern(String) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
-
- setExportPattern(String) - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- setExportPattern(String) - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- setExportQuotes(FileExportOptions.JavaScriptExportQuotes) - Method in class org.digitalmediaserver.crowdin.api.FileExportOptions
-
Sets the exportQuotes value.
- setFileName(String) - Method in class org.digitalmediaserver.crowdin.api.response.StorageInfo
-
- setFinishedAt(Date) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- setFirstLineContainsHeader(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether the first line contains a header.
- setGitBaseFolder(String) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
Sets the Git base folder.
- setHTTPTimeout(Integer) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
Sets the HTTP timeout value.
- setId(long) - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- setId(long) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- setId(long) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setId(long) - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- setId(String) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- setId(long) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setId(Long) - Method in class org.digitalmediaserver.crowdin.api.response.StorageInfo
-
- setIdentifier(String) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setImportHiddenSheets(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether to import hidden sheets.
- setImportHiddenSlides(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether to import hidden slides.
- setImportKeyAsSource(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether to import keys as source strings.
- setImportNotes(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether to import notes.
- setImportOptions(FileImportOptions) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- setImportOptions(FileImportOptions) - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- setImportOptions(FileImportOptions) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setImportTranslations(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether to import translations.
- setLanguageAccessPolicy(String) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setLastActivity(Date) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setLineSeparator(String) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
- setLocale(String) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- setLogo(String) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setName(String) - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- setName(String) - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- setName(String) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setName(String) - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- setName(String) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- setName(String) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setOsxCode(String) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- setOsxLocale(String) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- setParserVersion(Integer) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- setParserVersion(Integer) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setPath(String) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setPath(String) - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- setPluralCategoryNames(String[]) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- setPluralExamples(String[]) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- setPluralRules(String) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- setPriority(Priority) - Method in class org.digitalmediaserver.crowdin.api.request.CreateBranchRequest
-
- setPriority(Priority) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
-
- setPriority(Priority) - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- setPriority(Priority) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setPriority(Priority) - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- setProgress(int) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- setProject(MavenProject) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
- setProjectId(long) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
- setProjectId(long) - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- setProjectId(long) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- setProjectId(long) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setProjectId(long) - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- setPublicDownloads(Boolean) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setReplaceModifiedContext(Boolean) - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- setRevisionId(Long) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setRootBranch(String) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
- setServer(Server) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
Sets the Server to use for Crowdin credentials.
- setSkipUntranslatedFiles(boolean) - Method in class org.digitalmediaserver.crowdin.api.request.CreateBuildRequest
-
- setSkipUntranslatedFiles(boolean) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
-
- setSkipUntranslatedFiles(boolean) - Method in class org.digitalmediaserver.crowdin.FetchCrowdinMojo
-
- setSkipUntranslatedStrings(boolean) - Method in class org.digitalmediaserver.crowdin.api.request.CreateBuildRequest
-
- setSkipUntranslatedStrings(boolean) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
-
- setSkipUntranslatedStrings(boolean) - Method in class org.digitalmediaserver.crowdin.FetchCrowdinMojo
-
- setSourceLanguage(LanguageInfo) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setSourceLanguageId(String) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setSrxStorageId(Long) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets the SRX segmentation rules storage id.
- setStatus(BuildInfo.ProjectBuildStatus) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- setStatus(String) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setStatusFiles(List<StatusFile>) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
- setTargetLanguageIds(String[]) - Method in class org.digitalmediaserver.crowdin.api.request.CreateBuildRequest
-
- setTargetLanguageIds(String[]) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
-
- setTargetLanguageIds(String[]) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setTargetLanguages(LanguageInfo[]) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setTextDirection(LanguageInfo.TextDirection) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- setThreeLettersCode(String) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- setTitle(String) - Method in class org.digitalmediaserver.crowdin.api.request.CreateBranchRequest
-
- setTitle(String) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- setTitle(String) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
-
- setTitle(String) - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- setTitle(String) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setTitle(String) - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- setTranslatableElements(String[]) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets the array of translatable elements.
- setTranslateAttributes(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether to translate tags attributes.
- setTranslateContent(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether to translate content inside tags.
- setTranslateHiddenRowsAndColumns(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether to translate hidden rows and columns.
- setTranslateHiddenText(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether to translate hidden text.
- setTranslateHyperlinkUrls(Boolean) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Sets whether to translate hyperlinks.
- setTranslationFileSets(List<TranslationFileSet>) - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
- setTwoLettersCode(String) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
-
- setType(FileType) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
-
- setType(FileType) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setType(long) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setType(FileType) - Method in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
- setUpdatedAt(Date) - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
-
- setUpdatedAt(Date) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
-
- setUpdatedAt(Date) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
-
- setUpdatedAt(Date) - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
-
- setUpdatedAt(Date) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setUpdateOption(UpdateOption) - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
-
- setUrl(URI) - Method in class org.digitalmediaserver.crowdin.api.response.DownloadLinkInfo
-
- setUserId(long) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- setValue(String) - Method in class org.digitalmediaserver.crowdin.tool.GroupSortedProperties.Entry
-
- setVisibility(String) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
-
- SINGLE_QUOTED_STRING - Static variable in class org.digitalmediaserver.crowdin.tool.NSISUtil
-
A
Pattern for splitting a single quoted string
- skipUntranslatedFiles - Variable in class org.digitalmediaserver.crowdin.FetchCrowdinMojo
-
Only translated files will be included in the exported translation files.
- skipUntranslatedFiles - Variable in class org.digitalmediaserver.crowdin.PullCrowdinMojo
-
Only translated files will be included in the exported translation files.
- skipUntranslatedStrings - Variable in class org.digitalmediaserver.crowdin.FetchCrowdinMojo
-
Only translated strings will be included in the exported translation
files.
- skipUntranslatedStrings - Variable in class org.digitalmediaserver.crowdin.PullCrowdinMojo
-
Only translated strings will be included in the exported translation
files.
- sortLines - Variable in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
-
Whether or not the language strings should be sorted by their key in the
translation files when exporting them from Crowdin.
- splitPath(String, boolean) - Static method in class org.digitalmediaserver.crowdin.tool.FileUtil
-
Splits a file path into its elements, optionally omitting the filename
(whatever is after the last separator) if there is one.
- STATUS_DOWNLOAD_FILENAME - Static variable in class org.digitalmediaserver.crowdin.tool.Constants
-
The name of the translation status document in the download folder
- StatusFile - Class in org.digitalmediaserver.crowdin.configuration
-
A Mojo configuration class describing a
status file.
- StatusFile() - Constructor for class org.digitalmediaserver.crowdin.configuration.StatusFile
-
- statusFiles - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
-
A list of
StatusFile elements that defines status files.
- StorageInfo - Class in org.digitalmediaserver.crowdin.api.response
-
This class is used for deserializing JSON response objects describing
storages received from Crowdin's v2 API.
- StorageInfo() - Constructor for class org.digitalmediaserver.crowdin.api.response.StorageInfo
-
Creates a new instance.
- store(OutputStream, String, String, boolean) - Method in class org.digitalmediaserver.crowdin.tool.OrderedProperties
-
- store(Writer, String, String, boolean) - Method in class org.digitalmediaserver.crowdin.tool.OrderedProperties
-
- store(BufferedWriter, String, String, boolean) - Method in class org.digitalmediaserver.crowdin.tool.OrderedProperties
-
- StringUtil - Class in org.digitalmediaserver.crowdin.tool
-
A utility class containing string related routines.
- validate(FileType) - Method in class org.digitalmediaserver.crowdin.api.FileExportOptions
-
Validates that no option has been set that is invalid for the specified
FileType.
- validate(FileType) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
-
Validates that no option has been set that is invalid for the specified
FileType.
- valueOf(String) - Static method in enum org.digitalmediaserver.crowdin.api.CrowdinAPI.HTTPMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.digitalmediaserver.crowdin.api.FileExportOptions.JavaScriptExportQuotes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.digitalmediaserver.crowdin.api.FileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.digitalmediaserver.crowdin.api.Priority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.digitalmediaserver.crowdin.api.response.BuildInfo.ProjectBuildStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.digitalmediaserver.crowdin.api.response.LanguageInfo.TextDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.digitalmediaserver.crowdin.configuration.PathPlaceholder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.digitalmediaserver.crowdin.configuration.UpdateOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.digitalmediaserver.crowdin.tool.FileUtil.LetterCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639.LanguageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.digitalmediaserver.crowdin.api.CrowdinAPI.HTTPMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.digitalmediaserver.crowdin.api.FileExportOptions.JavaScriptExportQuotes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.digitalmediaserver.crowdin.api.FileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.digitalmediaserver.crowdin.api.Priority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.digitalmediaserver.crowdin.api.response.BuildInfo.ProjectBuildStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.digitalmediaserver.crowdin.api.response.LanguageInfo.TextDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.digitalmediaserver.crowdin.configuration.PathPlaceholder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.digitalmediaserver.crowdin.configuration.UpdateOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.digitalmediaserver.crowdin.tool.FileUtil.LetterCase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639.LanguageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
-
Returns an array containing the constants of this enum type, in
the order they are declared.