类 CmsFileUtils.FileReplaceResult

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

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

    • path

      private String path
    • indexs

      private int[] indexs
  • 构造器详细资料

    • FileReplaceResult

      public FileReplaceResult()
  • 方法详细资料

    • getPath

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

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

      public int[] getIndexs()
      返回:
      the indexs
    • setIndexs

      public void setIndexs(int[] indexs)
      参数:
      indexs - the indexs to set
    • toString

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