EGF Engine
Release 0.1.0

org.eclipse.egf.common.adapter
Class AdapterDescriptor

java.lang.Object
  extended by org.eclipse.egf.common.adapter.AdapterDescriptor

public class AdapterDescriptor
extends Object

Used to minimize memory consumption. (Flyweight pattern)


Constructor Summary
AdapterDescriptor(Class<?> objectClass_p)
           
 
Method Summary
 Object getAdapter()
          Get the adapter for this descriptor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterDescriptor

public AdapterDescriptor(Class<?> objectClass_p)
Method Detail

getAdapter

public Object getAdapter()
Get the adapter for this descriptor.

Returns:
a not null adapter

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.