Class TextFile

    • Constructor Detail

      • TextFile

        public TextFile()
      • TextFile

        public TextFile​(TextFile source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getFormat

        public String getFormat()
        Get 文本类型,本参数取值为TextFile。
        Returns:
        Format 文本类型,本参数取值为TextFile。
      • setFormat

        public void setFormat​(String Format)
        Set 文本类型,本参数取值为TextFile。
        Parameters:
        Format - 文本类型,本参数取值为TextFile。
      • getRegex

        public String getRegex()
        Get 处理文本用的正则表达式。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Regex 处理文本用的正则表达式。 注意:此字段可能返回 null,表示取不到有效值。
      • setRegex

        public void setRegex​(String Regex)
        Set 处理文本用的正则表达式。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Regex - 处理文本用的正则表达式。 注意:此字段可能返回 null,表示取不到有效值。