Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.spaces.impl
Class SpaceProviderDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.spaces.impl.SpaceProviderDescriptor

public class SpaceProviderDescriptor
extends Object


Constructor Summary
SpaceProviderDescriptor()
           
 
Method Summary
 String getName()
           
 SpaceProvider getSpaceProvider()
          Create the SpaceProvider instance and initialize it with this SpaceProviderDescriptor attributes.
 boolean isEnabled()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpaceProviderDescriptor

public SpaceProviderDescriptor()
Method Detail

getName

public String getName()

isEnabled

public boolean isEnabled()

getSpaceProvider

public SpaceProvider getSpaceProvider()
                               throws org.nuxeo.ecm.core.api.ClientException
Create the SpaceProvider instance and initialize it with this SpaceProviderDescriptor attributes.

Returns:
a SpaceProvider instance.
Throws:
org.nuxeo.ecm.core.api.ClientException

toString

public String toString()
Overrides:
toString in class Object

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.