Class ExcludePathInfo

    • Constructor Detail

      • ExcludePathInfo

        public ExcludePathInfo()
      • ExcludePathInfo

        public ExcludePathInfo​(ExcludePathInfo 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

      • getType

        public String getType()
        Get 类型,选填File或Path
        Returns:
        Type 类型,选填File或Path
      • setType

        public void setType​(String Type)
        Set 类型,选填File或Path
        Parameters:
        Type - 类型,选填File或Path
      • getValue

        public String getValue()
        Get Type对应的具体内容
        Returns:
        Value Type对应的具体内容
      • setValue

        public void setValue​(String Value)
        Set Type对应的具体内容
        Parameters:
        Value - Type对应的具体内容