Class LinkGenerator
- java.lang.Object
-
- org.exoplatform.services.jcr.webdav.lnkproducer.LinkGenerator
-
public class LinkGenerator extends Object
Created by The eXo Platform SAS.- Version:
- $Id: $
- Author:
- Vitaly Guly - gavrikvetal@gmail.com
-
-
Field Summary
Fields Modifier and Type Field Description static int[]linkHeaderMICROSOFT *.LNK FILE HEADER.
-
Constructor Summary
Constructors Constructor Description LinkGenerator(String hostName, String servletPath, String targetPath)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]generateLinkContent()Generates the content of link.
-
-
-
Method Detail
-
generateLinkContent
public byte[] generateLinkContent() throws IOExceptionGenerates the content of link.- Returns:
- link content
- Throws:
IOException-IOException
-
-