Interface KeyFileFlags


public interface KeyFileFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Use this flag if you plan to write the
    (possibly modified) contents of the key file back to a file;
    otherwise all comments will be lost when the key file is
    written back.
    static final int
    Use this flag if you plan to write the
    (possibly modified) contents of the key file back to a file;
    otherwise only the translations for the current language will be
    written back.
    static final int
    No flags, default behaviour
  • Field Details

    • NONE

      static final int NONE
      No flags, default behaviour
      See Also:
    • KEEP_COMMENTS

      static final int KEEP_COMMENTS
      Use this flag if you plan to write the
      (possibly modified) contents of the key file back to a file;
      otherwise all comments will be lost when the key file is
      written back.
      See Also:
    • KEEP_TRANSLATIONS

      static final int KEEP_TRANSLATIONS
      Use this flag if you plan to write the
      (possibly modified) contents of the key file back to a file;
      otherwise only the translations for the current language will be
      written back.
      See Also: