org.eclipse.higgins.idas.udi.impl.n
Class NullUDIFactory

java.lang.Object
  extended byorg.eclipse.higgins.idas.udi.impl.n.NullUDIFactory
All Implemented Interfaces:
org.eclipse.higgins.configuration.api.IConfigurableComponent, IUDIFactory

public class NullUDIFactory
extends Object
implements IUDIFactory


Constructor Summary
NullUDIFactory()
           
 
Method Summary
 void configure(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings)
           
 IAttributeUDI parseAttributeUDI(String attributeUDI)
           
 IContextUDI parseContextUDI(String contextUDI)
           
 IEntityUDI parseEntityUDI(String entityUDI)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullUDIFactory

public NullUDIFactory()
Method Detail

configure

public void configure(Map mapGlobalSettings,
                      String strComponentName,
                      Map mapComponentSettings)
               throws Exception
Specified by:
configure in interface org.eclipse.higgins.configuration.api.IConfigurableComponent
Throws:
Exception

parseContextUDI

public IContextUDI parseContextUDI(String contextUDI)
                            throws org.eclipse.higgins.idas.api.IdASException
Specified by:
parseContextUDI in interface IUDIFactory
Throws:
org.eclipse.higgins.idas.api.IdASException

parseEntityUDI

public IEntityUDI parseEntityUDI(String entityUDI)
                          throws org.eclipse.higgins.idas.api.IdASException
Specified by:
parseEntityUDI in interface IUDIFactory
Throws:
org.eclipse.higgins.idas.api.IdASException

parseAttributeUDI

public IAttributeUDI parseAttributeUDI(String attributeUDI)
                                throws org.eclipse.higgins.idas.api.IdASException
Specified by:
parseAttributeUDI in interface IUDIFactory
Throws:
org.eclipse.higgins.idas.api.IdASException