EGF Engine
Release 0.1.0

org.eclipse.egf.model.data.reader.descriptor
Interface ITaskFactoryDescriptor

All Superinterfaces:
IDescriptor, ITypedDescriptor

public interface ITaskFactoryDescriptor
extends ITypedDescriptor

Describe the content of a task factory read from an IFactoryComponentReader instance.


Method Summary
 Object getTaskFactory()
          Get the task factory instance.
 String getTaskFactoryClass()
          Get the task factory class name.
 
Methods inherited from interface org.eclipse.egf.model.data.reader.descriptor.ITypedDescriptor
getDescription, getFactoryComponentReader, getId
 
Methods inherited from interface org.eclipse.egf.common.descriptor.IDescriptor
getChildren, getParent, getValue
 

Method Detail

getTaskFactory

Object getTaskFactory()
Get the task factory instance.

Returns:
null if the container factory component is located in the workspace.

getTaskFactoryClass

String getTaskFactoryClass()
Get the task factory class name.
The task factory class name must be the same that the one got from the task factory instance (if existing).

Returns:
fully qualified class name; can not be null.
See Also:
getTaskFactory()

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.