org.exoplatform.clouddrive.webui
Class PortalEnvironment

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by org.exoplatform.clouddrive.CloudDriveEnvironment
          extended by org.exoplatform.clouddrive.webui.PortalEnvironment
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class PortalEnvironment
extends org.exoplatform.clouddrive.CloudDriveEnvironment

Created by The eXo Platform SAS

Version:
$Id: PortalEnvironment.java 00000 Jan 16, 2014 pnedonosko $
Author:
Peter Nedonosko

Nested Class Summary
protected  class PortalEnvironment.Settings
           
 
Field Summary
protected  Map<org.exoplatform.clouddrive.CloudDrive.Command,PortalEnvironment.Settings> config
           
 
Fields inherited from class org.exoplatform.clouddrive.CloudDriveEnvironment
LOG, next
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
PortalEnvironment()
           
 
Method Summary
 void cleanup(org.exoplatform.clouddrive.CloudDrive.Command command)
          
 void configure(org.exoplatform.clouddrive.CloudDrive.Command command)
          
 void prepare(org.exoplatform.clouddrive.CloudDrive.Command command)
          
 
Methods inherited from class org.exoplatform.clouddrive.CloudDriveEnvironment
chain, fail
 
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

protected final Map<org.exoplatform.clouddrive.CloudDrive.Command,PortalEnvironment.Settings> config
Constructor Detail

PortalEnvironment

public PortalEnvironment()
Method Detail

configure

public void configure(org.exoplatform.clouddrive.CloudDrive.Command command)
               throws org.exoplatform.clouddrive.CloudDriveException

Overrides:
configure in class org.exoplatform.clouddrive.CloudDriveEnvironment
Throws:
org.exoplatform.clouddrive.CloudDriveException

prepare

public void prepare(org.exoplatform.clouddrive.CloudDrive.Command command)
             throws org.exoplatform.clouddrive.CloudDriveException

Overrides:
prepare in class org.exoplatform.clouddrive.CloudDriveEnvironment
Throws:
org.exoplatform.clouddrive.CloudDriveException

cleanup

public void cleanup(org.exoplatform.clouddrive.CloudDrive.Command command)
             throws org.exoplatform.clouddrive.CloudDriveException

Overrides:
cleanup in class org.exoplatform.clouddrive.CloudDriveEnvironment
Throws:
org.exoplatform.clouddrive.CloudDriveException


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.