Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.schema
Class TypeProviderDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.schema.TypeProviderDescriptor

public class TypeProviderDescriptor
extends java.lang.Object

A object describing a type provider.

A type provider is useful to import types from remote servers and it is described by an URI or a service group.

I an URI is given, it will be used to lookup the type provider service using a service locator as returned by ServiceLocatorFactory.

If a service group is given the service locator bound to the group will be used to locate the service

If both the URI and group are defined, the URI will take precedence.

Author:
Bogdan Stefanescu

Field Summary
 java.lang.String group
           
 java.lang.String uri
           
 
Constructor Summary
TypeProviderDescriptor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

public java.lang.String uri

group

public java.lang.String group
Constructor Detail

TypeProviderDescriptor

public TypeProviderDescriptor()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.