All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.smartling.api.files.v2.pto.FileNameMode Maven / Gradle / Ivy

There is a newer version: 1.16.0
Show newest version
package com.smartling.api.files.v2.pto;

public enum FileNameMode
{
    /**
     * Full original file path is used
     */
    UNCHANGED,

    /**
     * Remove all except the last path segment. e.g. {@code /en/strings/nav.properties} becomes {@code nav.properties}
     */
    TRIM_LEADING,

    /**
     * Adds a locale folder to the file path directly before the filename. e.g. {@code /strings/nav.properties} becomes {@code /strings/en/nav.properties}
     */
    LOCALE_LAST
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy