Class CrawlerFileServerUtils

java.lang.Object
org.silverpeas.core.util.file.FileServerUtils
org.silverpeas.components.silvercrawler.util.CrawlerFileServerUtils

public class CrawlerFileServerUtils extends org.silverpeas.core.util.file.FileServerUtils
  • Field Summary

    Fields inherited from class org.silverpeas.core.util.file.FileServerUtils

    ARCHIVE_IT_PARAMETER, COMPONENT_ID_PARAMETER, DIR_TYPE_PARAMETER, DIRECTORY_PARAMETER, MIME_TYPE_PARAMETER, NODE_ID_PARAMETER, PUBLICATION_ID_PARAMETER, SIZE_PARAMETER, SOURCE_FILE_PARAMETER, USER_ID_PARAMETER
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getSilverCrawlerUrl(String logicalName, String physicalName, String componentId)
     
    static String
    getSilverCrawlerUrl(String logicalName, String physicalName, String componentId, String path)
     

    Methods inherited from class org.silverpeas.core.util.file.FileServerUtils

    getApplicationContext, getAttachmentURL, getImageURL, getOnlineURL, getUrl, getUrl, getUrl, getUrl, getUrlToTempDir, replaceAccentChars, replaceInvalidPathChars, replaceSpecialChars

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CrawlerFileServerUtils

      protected CrawlerFileServerUtils()
  • Method Details