Schnittstelle KeyFileFlags


public interface KeyFileFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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
  • Felddetails

    • NONE

      static final int NONE
      No flags, default behaviour
      Siehe auch:
    • 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.
      Siehe auch:
    • 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.
      Siehe auch: