com.groupdocs.viewer.handlers
Class DirectoryHandler

java.lang.Object
  extended by com.groupdocs.viewer.handlers.DirectoryHandler

public abstract class DirectoryHandler
extends Object

Provides working directory configuration
Set working files directory

Author:
Alex Bobkov

Constructor Summary
DirectoryHandler(String guid)
          Constructor with directory path initial parameter
 
Method Summary
protected  String getGuid()
          Get directory path
protected  void setGuid(String guid)
          Set directory path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryHandler

public DirectoryHandler(String guid)
                 throws Exception
Constructor with directory path initial parameter

Parameters:
guid - Directory path
Throws:
Exception
Method Detail

getGuid

protected String getGuid()
Get directory path

Returns:
Directory path

setGuid

protected void setGuid(String guid)
Set directory path

Parameters:
guid - Directory path


Copyright © 2014. All rights reserved.