com.groupdocs.viewer.domain.path
Class GroupDocsPath

java.lang.Object
  extended by com.groupdocs.viewer.domain.path.GroupDocsPath
Direct Known Subclasses:
EncodedPath, TokenId

public abstract class GroupDocsPath
extends Object

File path encoder
Converting file path to file id.

Author:
Alex Bobkov

Field Summary
protected  String path
           
 
Constructor Summary
GroupDocsPath()
           
 
Method Summary
 String getPath()
          Get encoded file path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected String path
Constructor Detail

GroupDocsPath

public GroupDocsPath()
Method Detail

getPath

public String getPath()
Get encoded file path

Returns:
encoded file path


Copyright © 2014. All rights reserved.