Uses of Class
org.exoplatform.crowdin.model.CrowdinFile
Packages that use CrowdinFile
Package
Description
-
Uses of CrowdinFile in org.exoplatform.crowdin.model
Subclasses of CrowdinFile in org.exoplatform.crowdin.modelMethods in org.exoplatform.crowdin.model that return CrowdinFileModifier and TypeMethodDescriptionCrowdinTranslation.getMaster()CrowdinFileFactory.prepareCrowdinFile(String _path, String _name, String _project) Creates and returns a CrowdinFile (master).Methods in org.exoplatform.crowdin.model with parameters of type CrowdinFileModifier and TypeMethodDescriptionCrowdinFileFactory.prepareCrowdinTranslation(CrowdinFile _master, File _translationFile) Creates and return a CrowdinTranslation.Constructors in org.exoplatform.crowdin.model with parameters of type CrowdinFileModifierConstructorDescriptionCrowdinTranslation(File _file, String _name, String _type, String _project, String _lang, CrowdinFile _master, boolean _shouldBeCleaned) -
Uses of CrowdinFile in org.exoplatform.crowdin.mojo
Methods in org.exoplatform.crowdin.mojo with parameters of type CrowdinFileModifier and TypeMethodDescriptionprotected voidAbstractCrowdinMojo.initTranslations(CrowdinFile _master) A function that initializes translations of the master file given in parameter then upload these translations into Crowdin accordinglyprotected voidAbstractCrowdinMojo.prepareAndUploadTranslation(String transName, CrowdinFile _master, File file, boolean autoApprovedImported) prepareCrowdinTranslation and uploadTranslation -
Uses of CrowdinFile in org.exoplatform.crowdin.utils
Methods in org.exoplatform.crowdin.utils with parameters of type CrowdinFileModifier and TypeMethodDescriptionCrowdinAPIHelper.addFile(CrowdinFile _file) Calls the function https://crowdin.com/page/api/add-fileCrowdinAPIHelper.deleteFile(CrowdinFile _file) Calls the function https://crowdin.com/page/api/delete-fileCrowdinAPIHelper.updateFile(CrowdinFile _file) Calls the function https://crowdin.com/page/api/update-file