类 CmsFileUtils.FileSearchResult

java.lang.Object
com.publiccms.common.tools.CmsFileUtils.FileSearchResult
封闭类:
CmsFileUtils

public static class CmsFileUtils.FileSearchResult extends Object
FileSearchResult 文件查找結果
  • 字段详细资料

  • 构造器详细资料

    • FileSearchResult

      public FileSearchResult()
  • 方法详细资料

    • getPath

      public String getPath()
      返回:
      the path
    • setPath

      public void setPath(String path)
      参数:
      path - the path to set
    • getMatchList

      public List<String> getMatchList()
      返回:
      the matchList
    • setMatchList

      public void setMatchList(List<String> matchList)
      参数:
      matchList - the matchList to set
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object