Class FilePathInfo

    • Constructor Detail

      • FilePathInfo

        public FilePathInfo()
      • FilePathInfo

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

      • getPath

        public String getPath()
        Get 文件路径
        Returns:
        Path 文件路径
      • setPath

        public void setPath​(String Path)
        Set 文件路径
        Parameters:
        Path - 文件路径
      • getFile

        public String getFile()
        Get 文件名称
        Returns:
        File 文件名称
      • setFile

        public void setFile​(String File)
        Set 文件名称
        Parameters:
        File - 文件名称