Uses of Enum Class
org.exoplatform.crowdin.model.CrowdinFile.Type
Packages that use CrowdinFile.Type
-
Uses of CrowdinFile.Type in org.exoplatform.crowdin.model
Methods in org.exoplatform.crowdin.model that return CrowdinFile.TypeModifier and TypeMethodDescriptionstatic CrowdinFile.TypeReturns the enum constant of this class with the specified name.static CrowdinFile.Type[]CrowdinFile.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CrowdinFile.Type in org.exoplatform.crowdin.utils
Methods in org.exoplatform.crowdin.utils with parameters of type CrowdinFile.TypeModifier and TypeMethodDescriptionstatic booleanPropsToXML.parse(String propsFilePath, CrowdinFile.Type type) static booleanXMLToProps.parse(String inputFilePath, CrowdinFile.Type type)