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

A

AbstractCrowdinMojo - Class in org.digitalmediaserver.crowdin
The abstract base class for the Crowdin Mojos.
AbstractCrowdinMojo() - Constructor for class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
 
AbstractFileSet - Class in org.digitalmediaserver.crowdin.configuration
An abstract Mojo configuration class describing a set of files.
AbstractFileSet() - Constructor for class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
 
addComment - Variable in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
Whether or not to add a comment header to the files when exporting them from Crowdin.
API_URL - Static variable in class org.digitalmediaserver.crowdin.tool.Constants
The Crowdin API URL
appendPathSeparator(String) - Static method in class org.digitalmediaserver.crowdin.tool.FileUtil
Appends a path separator of the same type at the last position in the specified path if it's not already there, or / if there are none, unless the path is blank.

B

BACKTICK_QUOTED_STRING - Static variable in class org.digitalmediaserver.crowdin.tool.NSISUtil
A Pattern for splitting a backtick quoted string
baseFileName - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
Required.
BranchInfo - Class in org.digitalmediaserver.crowdin.api.response
This class is used for deserializing JSON response objects describing branches received from Crowdin's v2 API.
BranchInfo() - Constructor for class org.digitalmediaserver.crowdin.api.response.BranchInfo
Creates a new instance.
BUFFER_SIZE - Static variable in class org.digitalmediaserver.crowdin.tool.NSISUtil
The buffer size
bufferRemaining() - Method in class org.digitalmediaserver.crowdin.tool.NSISUtil.NSISInputStream
 
BuildInfo - Class in org.digitalmediaserver.crowdin.api.response
This class is used for deserializing JSON response objects describing builds received from Crowdin's v2 API.
BuildInfo() - Constructor for class org.digitalmediaserver.crowdin.api.response.BuildInfo
Creates a new instance.
BuildInfo.BuildAttributes - Class in org.digitalmediaserver.crowdin.api.response
This class is used for deserializing JSON response objects describing build attributes received from Crowdin's v2 API.
BuildInfo.BuildAttributes() - Constructor for class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
Creates a new instance.
BuildInfo.ProjectBuildStatus - Enum in org.digitalmediaserver.crowdin.api.response
An enum representing Crowdin API build statuses.
buildTimeout - Variable in class org.digitalmediaserver.crowdin.FetchCrowdinMojo
The number of seconds to wait for builds to complete
buildTimeout - Variable in class org.digitalmediaserver.crowdin.PullCrowdinMojo
The number of seconds to wait for builds to complete
buildTranslations(BranchInfo, String) - Method in class org.digitalmediaserver.crowdin.FetchCrowdinMojo
Requests a new build at Crowdin and returns the resulting BuildInfo.

C

charset - Variable in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
For internal use.
cleanDownloadFolder() - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
Deletes all files and folders in AbstractCrowdinMojo.downloadFolder.
CleanDownloadsMojo - Class in org.digitalmediaserver.crowdin
Deletes all content in AbstractCrowdinMojo.downloadFolder.
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
The custom comment header to add to translation files if AbstractFileSet.addComment is true.
comment - Variable in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
The custom comment header to add to translation files when exporting them from Crowdin if AbstractFileSet.addComment is true.
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
Initializes AbstractCrowdinMojo.client with a new CloseableHttpClient instance unless one has already been created.
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
The path from the Crowdin (branch) root folder to the files of this TranslationFileSet.
crowdinServerId - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
Server id in settings.xml, whose <password> is the API token to use.

D

DEFAULT_COMMENT - Static variable in class org.digitalmediaserver.crowdin.tool.Constants
The standard header for generated translation files
deleteStorage(CloseableHttpClient, StorageInfo, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
Deletes the specified storage at Crowdin.
DeployCrowdinMojo - Class in org.digitalmediaserver.crowdin
Transforms the downloaded files as needed and copies/writes them to their configured location.
DeployCrowdinMojo() - Constructor for class org.digitalmediaserver.crowdin.DeployCrowdinMojo
 
DeployCrowdinMojo.MatchInfo - Class in org.digitalmediaserver.crowdin
A class holding information for matching a file path to a TranslationFileSet.
DeployCrowdinMojo.MatchInfo(TranslationFileSet, Pattern, List<PathPlaceholder>) - Constructor for class org.digitalmediaserver.crowdin.DeployCrowdinMojo.MatchInfo
Create a new instance with the specified values.
DeployCrowdinMojo.ParseResult - Class in org.digitalmediaserver.crowdin
A class holding the result from parsing a file.
DeployCrowdinMojo.ParseResult(Path, DeployCrowdinMojo.MatchInfo) - Constructor for class org.digitalmediaserver.crowdin.DeployCrowdinMojo.ParseResult
Creates a new instance with the specified values.
disableBranches - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
Disables branches and the reliance on Git
doExecute() - Method in class org.digitalmediaserver.crowdin.DeployCrowdinMojo
Performs the task of this Mojo.
doExecute() - Method in class org.digitalmediaserver.crowdin.FetchCrowdinMojo
Performs the task of this Mojo.
DOLLAR - Static variable in class org.digitalmediaserver.crowdin.tool.NSISUtil
A Pattern for finding dollar signs that's not part of a dollar-backslash escape sequence
DOLLAR_ESCAPES - Static variable in class org.digitalmediaserver.crowdin.tool.NSISUtil
A Pattern for finding dollar-backslash escape sequences
doLoad(OrderedProperties.LineReader) - Method in class org.digitalmediaserver.crowdin.tool.OrderedProperties
Reads the data from the specified OrderedProperties.LineReader into this OrderedProperties instance.
DOUBLE_DOLLAR - Static variable in class org.digitalmediaserver.crowdin.tool.NSISUtil
A Pattern for finding double dollar signs that's not part of a dollar-backslash escape sequence
DOUBLE_QUOTED_STRING - Static variable in class org.digitalmediaserver.crowdin.tool.NSISUtil
A Pattern for splitting a double quoted string
downloadFolder - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
The folder where the downloaded language files should be placed.
downloadFolderPath - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
The folder where the downloaded language files should be places as a Path.
DownloadLinkInfo - Class in org.digitalmediaserver.crowdin.api.response
This class is used for deserializing JSON response objects describing download links received from Crowdin's v2 API.
DownloadLinkInfo() - Constructor for class org.digitalmediaserver.crowdin.api.response.DownloadLinkInfo
Creates a new instance.
downloadStatusFile() - Method in class org.digitalmediaserver.crowdin.FetchCrowdinMojo
Downloads the translations status file to the intermediary AbstractCrowdinMojo.downloadFolder.

E

encoding - Variable in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
The encoding to use when deploying the translation files.
entityToString(HttpEntity) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
Extracts the content of an HttpEntity to a string and returns it, making some assumptions along the way.
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.FileExportOptions
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.request.CreateBranchRequest
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.request.CreateBuildRequest
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.response.DownloadLinkInfo
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.api.response.StorageInfo
 
equals(Object) - Method in class org.digitalmediaserver.crowdin.tool.GroupSortedProperties.Entry
 
escapeQuotes - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
Applies to FileType.properties files only.
ESCAPES - Static variable in class org.digitalmediaserver.crowdin.tool.NSISUtil
A Pattern for finding backslashes not preceded by a dollar sign
escapeSpecialCharacters - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
Applies to FileType.properties files only.
escapeUnicode - Variable in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
Whether or not to encode Unicode characters in the form "\uxxxx" when exporting files from Crowdin.
excludes - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
Paths to exclude using a basic filter where ?
execute() - Method in class org.digitalmediaserver.crowdin.CleanDownloadsMojo
 
execute() - Method in class org.digitalmediaserver.crowdin.DeployCrowdinMojo
 
execute() - Method in class org.digitalmediaserver.crowdin.FetchCrowdinMojo
 
execute() - Method in class org.digitalmediaserver.crowdin.HelpMojo
execute() - Method in class org.digitalmediaserver.crowdin.PullCrowdinMojo
 
execute() - Method in class org.digitalmediaserver.crowdin.PushCrowdinMojo
 
exportApprovedOnly - Variable in class org.digitalmediaserver.crowdin.FetchCrowdinMojo
Only texts that are both translated and approved will be included in the exported translation files.
exportApprovedOnly - Variable in class org.digitalmediaserver.crowdin.PullCrowdinMojo
Only texts that are both translated and approved will be included in the exported translation files.
exportPattern - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
The value to use in the "Resulting file name when exported" setting at Crowdin.
exportQuotes - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
Applies to FileType.js files only.

F

FetchCrowdinMojo - Class in org.digitalmediaserver.crowdin
Downloads the translations files to the intermediary AbstractCrowdinMojo.downloadFolder.
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.

G

generateExportOptions(TranslationFileSet, FileInfo) - Method in class org.digitalmediaserver.crowdin.PushCrowdinMojo
Builds the "effective" FileExportOptions from a combination of the template file settings (if any) and the TranslationFileSet configuration.
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
Determines and returns the push file folder by taking TranslationFileSet.crowdinPath (optionally) and any folders in TranslationFileSet.baseFileName into account.
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
A Serializable GroupSortedProperties.Entry implementation that has an accessible constructor.
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
A Comparator that sorts GroupSortedProperties.Entry elements by key by grouping the keys into groups separated by ".".
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

H

hasExtension(String) - Method in enum org.digitalmediaserver.crowdin.api.FileType
Determines if this FileType is associated with the specified extension.
hashCode() - Method in class org.digitalmediaserver.crowdin.api.FileExportOptions
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.request.CreateBranchRequest
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.request.CreateBuildRequest
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.response.DownloadLinkInfo
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
 
hashCode() - Method in class org.digitalmediaserver.crowdin.api.response.StorageInfo
 
hashCode() - Method in class org.digitalmediaserver.crowdin.tool.GroupSortedProperties.Entry
 
HelpMojo - Class in org.digitalmediaserver.crowdin
Display help information on crowdin-maven-plugin.
HelpMojo() - Constructor for class org.digitalmediaserver.crowdin.HelpMojo
 
HTTP_AUTH_NTLM_DOMAIN - Static variable in class org.digitalmediaserver.crowdin.tool.Constants
The system property to use for NTLM domain
HTTP_PROXY_HOST - Static variable in class org.digitalmediaserver.crowdin.tool.Constants
The system property to use for proxy host
HTTP_PROXY_PASSWORD - Static variable in class org.digitalmediaserver.crowdin.tool.Constants
The system property to use for proxy password
HTTP_PROXY_PORT - Static variable in class org.digitalmediaserver.crowdin.tool.Constants
The system property to use for proxy port
HTTP_PROXY_USER - Static variable in class org.digitalmediaserver.crowdin.tool.Constants
The system property to use for proxy user
httpTimeout - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
The HTTP timeout in seconds

I

includes - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
Paths to include using a basic filter where ?
initialize(List<? extends AbstractFileSet>) - Static method in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
Since the constructor is called automagically by Maven, verification and initialization of defaults is done here.
initializeInstance() - Method in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
Since the constructor is called automagically by Maven, verification and initialization of defaults is done here.
initializeInstance() - Method in class org.digitalmediaserver.crowdin.configuration.StatusFile
 
initializeInstance() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
 
initializeParameters() - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
Initializes the Mojo parameters since they are set via reflection and can't be handled in the constructor.
initializeParameters() - Method in class org.digitalmediaserver.crowdin.PushCrowdinMojo
 
initializeServer() - Method in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
Initializes AbstractCrowdinMojo.server by retrieving the appropriate Server instance from the Maven settings and validating its settings.
initializeServer() - Method in class org.digitalmediaserver.crowdin.FetchCrowdinMojo
 
initializeServer() - Method in class org.digitalmediaserver.crowdin.PullCrowdinMojo
 
isBlank(CharSequence) - Static method in class org.digitalmediaserver.crowdin.tool.StringUtil
Evaluates if the specified character sequence is null, empty or only consists of whitespace.
isCodeMatching(String, String) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
Verifies that a ISO 639 English language name is matching an ISO 639 code.
isCodesMatching(String, String) - Static method in enum org.digitalmediaserver.crowdin.tool.ISO639
Verifies that two ISO 639 codes match the same language.
isExportApprovedOnly() - Method in class org.digitalmediaserver.crowdin.api.request.CreateBuildRequest
 
isExportApprovedOnly() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
 
isNotBlank(CharSequence) - Static method in class org.digitalmediaserver.crowdin.tool.StringUtil
Evaluates if the specified character sequence is null, empty or only consists of whitespace.
ISO639 - Enum in org.digitalmediaserver.crowdin.tool
This enum represents the ISO 639-1 and ISO 639-2 languages.
ISO639.LanguageType - Enum in org.digitalmediaserver.crowdin.tool
This enum is used to categorize ISO639 instances.
isSkipUntranslatedFiles() - Method in class org.digitalmediaserver.crowdin.api.request.CreateBuildRequest
 
isSkipUntranslatedFiles() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
 
isSkipUntranslatedStrings() - Method in class org.digitalmediaserver.crowdin.api.request.CreateBuildRequest
 
isSkipUntranslatedStrings() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
 
iterator() - Method in class org.digitalmediaserver.crowdin.tool.FIFOProperties
 
iterator() - Method in class org.digitalmediaserver.crowdin.tool.GroupSortedProperties
 

L

languageFilesFolder - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
Required.
LanguageInfo - Class in org.digitalmediaserver.crowdin.api.response
This class is used for deserializing JSON response objects describing languages received from Crowdin's v2 API.
LanguageInfo() - Constructor for class org.digitalmediaserver.crowdin.api.response.LanguageInfo
Creates a new instance.
LanguageInfo.TextDirection - Enum in org.digitalmediaserver.crowdin.api.response
An enum representing text direction.
lineSeparator - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
The string to use as line separator.
lineSeparator - Variable in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
The string to use as line separator when exporting files from Crowdin.
listBranches(CloseableHttpClient, long, String, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
Queries Crowdin for a list of branches.
listFiles(CloseableHttpClient, long, Long, Long, String, boolean, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
Asks Crowdin for a list of files.
listFolders(CloseableHttpClient, long, Long, Long, String, boolean, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
Asks Crowdin for a list of folders.
listProjectBuilds(CloseableHttpClient, long, Long, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
Requests a list of builds from Crowdin.
listStorages(CloseableHttpClient, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
Lists the Crowdin storages for the current API user.
load(InputStream) - Method in class org.digitalmediaserver.crowdin.tool.OrderedProperties
Reads the data from the specified InputStream into this OrderedProperties instance.
load(BufferedReader) - Method in class org.digitalmediaserver.crowdin.tool.OrderedProperties
Reads the data from the specified BufferedReader into this OrderedProperties instance.
loadConvert(char[], int, int, char[]) - Static method in class org.digitalmediaserver.crowdin.tool.OrderedProperties
Converts encoded "\uxxxx" to Unicode chars and changes special saved chars to their original form.
LOOKUP_CODES - Static variable in enum org.digitalmediaserver.crowdin.tool.ISO639
A Map of ISO 639-1 and ISO 639-2 codes mapped to the corresponding ISO639 instances for fast lookups.
LOOKUP_NAMES - Static variable in enum org.digitalmediaserver.crowdin.tool.ISO639
A Map of ISO 639 language names mapped to the corresponding ISO639 instances for fast lookups.

M

matches(String) - Method in enum org.digitalmediaserver.crowdin.tool.ISO639
Verifies if the specified ISO 639 code matches any of the ISO 639 codes for this instance.
mavenSession - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
The Maven Session object

N

NSISUtil - Class in org.digitalmediaserver.crowdin.tool
A utility class for handling NSIS files.
NSISUtil.NSISInputStream - Class in org.digitalmediaserver.crowdin.tool
An InputStream implementation that automatically converts the content from NSIS format to the slightly modified format used to store NSIS files on Crowdin.
NSISUtil.NSISInputStream(Path) - Constructor for class org.digitalmediaserver.crowdin.tool.NSISUtil.NSISInputStream
Creates a new instance.

O

OrderedProperties - Class in org.digitalmediaserver.crowdin.tool
An abstract class for ordered key/value pairs behaving very similar to Properties except that the keys have a defined order.
OrderedProperties() - Constructor for class org.digitalmediaserver.crowdin.tool.OrderedProperties
 
OrderedProperties.LineReader - Class in org.digitalmediaserver.crowdin.tool
Reads in a "logical line" from an InputStream or Reader, skips all comment and blank lines and filters out leading whitespace characters from the beginning of a "natural line".
OrderedProperties.LineReader(InputStream) - Constructor for class org.digitalmediaserver.crowdin.tool.OrderedProperties.LineReader
Creates a new instance using an InputStream source.
OrderedProperties.LineReader(Reader) - Constructor for class org.digitalmediaserver.crowdin.tool.OrderedProperties.LineReader
Creates a new instance using a Reader source.
org.digitalmediaserver.crowdin - package org.digitalmediaserver.crowdin
 
org.digitalmediaserver.crowdin.api - package org.digitalmediaserver.crowdin.api
 
org.digitalmediaserver.crowdin.api.request - package org.digitalmediaserver.crowdin.api.request
 
org.digitalmediaserver.crowdin.api.response - package org.digitalmediaserver.crowdin.api.response
 
org.digitalmediaserver.crowdin.configuration - package org.digitalmediaserver.crowdin.configuration
 
org.digitalmediaserver.crowdin.tool - package org.digitalmediaserver.crowdin.tool
 

P

PathPlaceholder - Enum in org.digitalmediaserver.crowdin.configuration
An enum representing the exportPattern parameter used when adding or updating files using the Crowdin API.
PLACEHOLDER_PATTERN - Static variable in class org.digitalmediaserver.crowdin.tool.Constants
The generic placeholder Pattern
Priority - Enum in org.digitalmediaserver.crowdin.api
An enum representing the Crowdin enum priority.
project - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
The current Maven project
projectId - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
The Project Id, can be found on Crowdin under Tools -> API.
ProjectInfo - Class in org.digitalmediaserver.crowdin.api.response
This class is used for deserializing JSON response objects describing projects received from Crowdin's v2 API.
ProjectInfo() - Constructor for class org.digitalmediaserver.crowdin.api.response.ProjectInfo
Creates a new instance.
projectName - Variable in class org.digitalmediaserver.crowdin.PushCrowdinMojo
This parameter must match the POM name of the current project in is used to prevent pushing from the wrong project.
PullCrowdinMojo - Class in org.digitalmediaserver.crowdin
Executes FetchCrowdinMojo and DeployCrowdinMojo in that order.
PullCrowdinMojo() - Constructor for class org.digitalmediaserver.crowdin.PullCrowdinMojo
 
PushCrowdinMojo - Class in org.digitalmediaserver.crowdin
Uploads the base/root language file(s) to Crowdin for translation.
PushCrowdinMojo() - Constructor for class org.digitalmediaserver.crowdin.PushCrowdinMojo
 
put(String, String) - Method in class org.digitalmediaserver.crowdin.tool.FIFOProperties
 
put(String, String) - Method in class org.digitalmediaserver.crowdin.tool.GroupSortedProperties
 
put(String, String) - Method in class org.digitalmediaserver.crowdin.tool.OrderedProperties
Associates the specified value with the specified key.

R

read() - Method in class org.digitalmediaserver.crowdin.tool.NSISUtil.NSISInputStream
 
replaceModifiedContext - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
Whether or not to overwrite context when updating the source file, even if the context has been modified on Crowdin.
replaceModifiedContext - Variable in class org.digitalmediaserver.crowdin.PushCrowdinMojo
The global option of whether to overwrite context when updating source files, even if the context has been modified on Crowdin.
rootBranch - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
The git branch that should be treated as root in Crowdin versions management.

S

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
Sets the StatusFiles.
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
Writes the data from this OrderedProperties to the specified OutputStream.
store(Writer, String, String, boolean) - Method in class org.digitalmediaserver.crowdin.tool.OrderedProperties
Writes the data from this OrderedProperties to the specified Writer.
store(BufferedWriter, String, String, boolean) - Method in class org.digitalmediaserver.crowdin.tool.OrderedProperties
Writes the data from this OrderedProperties to the specified BufferedWriter.
StringUtil - Class in org.digitalmediaserver.crowdin.tool
A utility class containing string related routines.

T

targetFile - Variable in class org.digitalmediaserver.crowdin.configuration.StatusFile
Required.
targetFileName - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
The file path relative to TranslationFileSet.languageFilesFolder to use when deploying the translation files.
title - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
The title as it should appear to translators at Crowdin.
to - Variable in class org.digitalmediaserver.crowdin.configuration.Conversion
The placeholder value to convert to.
toHex(int) - Static method in class org.digitalmediaserver.crowdin.tool.OrderedProperties
Converts a nibble to a hexadecimal digit.
toString() - Method in enum org.digitalmediaserver.crowdin.api.CrowdinAPI.HTTPMethod
 
toString() - Method in class org.digitalmediaserver.crowdin.api.FileExportOptions
 
toString() - Method in class org.digitalmediaserver.crowdin.api.FileImportOptions
 
toString() - Method in class org.digitalmediaserver.crowdin.api.request.CreateBranchRequest
 
toString() - Method in class org.digitalmediaserver.crowdin.api.request.CreateBuildRequest
 
toString() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFileRequest
 
toString() - Method in class org.digitalmediaserver.crowdin.api.request.CreateFolderRequest
 
toString() - Method in class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
 
toString() - Method in class org.digitalmediaserver.crowdin.api.response.BranchInfo
 
toString() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo.BuildAttributes
 
toString() - Method in class org.digitalmediaserver.crowdin.api.response.BuildInfo
 
toString() - Method in class org.digitalmediaserver.crowdin.api.response.DownloadLinkInfo
 
toString() - Method in class org.digitalmediaserver.crowdin.api.response.FileInfo
 
toString() - Method in class org.digitalmediaserver.crowdin.api.response.FolderInfo
 
toString() - Method in class org.digitalmediaserver.crowdin.api.response.LanguageInfo
 
toString() - Method in class org.digitalmediaserver.crowdin.api.response.ProjectInfo
 
toString() - Method in class org.digitalmediaserver.crowdin.api.response.StorageInfo
 
toString() - Method in class org.digitalmediaserver.crowdin.configuration.Conversion
 
toString() - Method in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
 
toString() - Method in class org.digitalmediaserver.crowdin.DeployCrowdinMojo.MatchInfo
 
toString() - Method in class org.digitalmediaserver.crowdin.DeployCrowdinMojo.ParseResult
 
toString() - Method in class org.digitalmediaserver.crowdin.tool.GroupSortedProperties.Entry
 
toString() - Method in enum org.digitalmediaserver.crowdin.tool.ISO639
 
toString(boolean) - Method in enum org.digitalmediaserver.crowdin.tool.ISO639
Returns a String representation of this instance.
TranslationFileSet - Class in org.digitalmediaserver.crowdin.configuration
A Mojo configuration class describing a set of translation files.
TranslationFileSet() - Constructor for class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
 
translationFileSets - Variable in class org.digitalmediaserver.crowdin.AbstractCrowdinMojo
A list of TranslationFileSet elements that defines a set of translation files.
type - Variable in class org.digitalmediaserver.crowdin.configuration.AbstractFileSet
The FileType for this fileset.
typeOf(String) - Static method in enum org.digitalmediaserver.crowdin.configuration.PathPlaceholder
Attempts to parse the specified String value into a PathPlaceholder.

U

updateFile(CloseableHttpClient, long, long, StorageInfo, UpdateOption, FileImportOptions, FileExportOptions, Boolean, String, Log) - Static method in class org.digitalmediaserver.crowdin.api.CrowdinAPI
Asks Crowdin to update an existing file from a file that has already been uploaded to storage.
UpdateFileRequest - Class in org.digitalmediaserver.crowdin.api.request
This class is used for serializing a JSON object when requesting to update a file with Crowdin's v2 API.
UpdateFileRequest(StorageInfo) - Constructor for class org.digitalmediaserver.crowdin.api.request.UpdateFileRequest
Creates a new instance with the specified storage.
updateOption - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
The update behavior for updates string when pushing.
UpdateOption - Enum in org.digitalmediaserver.crowdin.configuration
An enum representing the updateOption parameter in the Update or Restore File API method.
updateOption - Variable in class org.digitalmediaserver.crowdin.PushCrowdinMojo
The default update behavior for updated strings when pushing.

V

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.

W

waitForBuild(BuildInfo, long, long, String, Log) - Method in class org.digitalmediaserver.crowdin.FetchCrowdinMojo
Polls Crowdin for the status of the specified build until the build is either completed or failed.
writeBOM - Variable in class org.digitalmediaserver.crowdin.configuration.TranslationFileSet
Whether or not to write a BOM (Byte Order Mark) at the beginning of the file when deploying translations files.
writeComment(BufferedWriter, String, String) - Static method in class org.digitalmediaserver.crowdin.tool.OrderedProperties
Writes a comment line to the specified BufferedWriter.
writeNewLine(BufferedWriter, String) - Static method in class org.digitalmediaserver.crowdin.tool.OrderedProperties
Writes a newline to the specified BufferedWriter using the specified line separator sequence.
A B C D E F G H I L M N O P R S T U V W 

Copyright © 2024. All rights reserved.