| Package | Description |
|---|---|
| org.exoplatform.crowdin.model | |
| org.exoplatform.crowdin.mojo | |
| org.exoplatform.crowdin.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
CrowdinTranslation |
| Modifier and Type | Method and Description |
|---|---|
CrowdinFile |
CrowdinTranslation.getMaster() |
CrowdinFile |
CrowdinFileFactory.prepareCrowdinFile(String _path,
String _name,
String _project)
Creates and returns a CrowdinFile (master).
|
| Modifier and Type | Method and Description |
|---|---|
CrowdinTranslation |
CrowdinFileFactory.prepareCrowdinTranslation(CrowdinFile _master,
File _translationFile)
Creates and return a CrowdinTranslation.
|
| Constructor and Description |
|---|
CrowdinTranslation(File _file,
String _name,
String _type,
String _project,
String _lang,
CrowdinFile _master,
boolean _shouldBeCleaned) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCrowdinMojo.initTranslations(CrowdinFile _master)
A function that initializes translations of the master file given in parameter
then upload these translations into Crowdin accordingly
|
| Modifier and Type | Method and Description |
|---|---|
String |
CrowdinAPIHelper.addFile(CrowdinFile _file)
Calls the function https://crowdin.com/page/api/add-file
|
String |
CrowdinAPIHelper.deleteFile(CrowdinFile _file)
Calls the function https://crowdin.com/page/api/delete-file
|
String |
CrowdinAPIHelper.updateFile(CrowdinFile _file)
Calls the function https://crowdin.com/page/api/update-file
|
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.