Class CrowdinFile

java.lang.Object
org.exoplatform.crowdin.model.CrowdinFile
Direct Known Subclasses:
CrowdinTranslation

public class CrowdinFile extends Object
  • Constructor Details

    • CrowdinFile

      public CrowdinFile(File _file, String _name, String _type, String _project, boolean _shouldBeCleaned)
  • Method Details

    • getType

      public String getType()
    • getFile

      public File getFile()
    • getProject

      public String getProject()
    • getCrowdinPath

      public String getCrowdinPath()
    • getName

      public String getName()
    • isShouldBeCleaned

      public boolean isShouldBeCleaned()