Class CMSNSPrefetchList

java.lang.Object
kr.ac.konkuk.ccslab.cm.entity.CMObject
kr.ac.konkuk.ccslab.cm.sns.CMSNSPrefetchList

public class CMSNSPrefetchList extends CMObject
  • Constructor Details

    • CMSNSPrefetchList

      public CMSNSPrefetchList()
  • Method Details

    • getFilePathList

      public ArrayList<String> getFilePathList()
    • existFilePath

      public boolean existFilePath(String strPath)
    • findFilePath

      public String findFilePath(String strName)
    • addFilePath

      public boolean addFilePath(String strPath)
    • addFilePathList

      public boolean addFilePathList(ArrayList<String> pathList)
    • removeFilePath

      public boolean removeFilePath(String strPath)
    • removeAllFilePaths

      public void removeAllFilePaths()