net.officefloor.eclipse.extension.worksource
Interface TaskDocumentationContext


public interface TaskDocumentationContext

Context for obtaining Task documentation.

Author:
Daniel Sagenschneider

Method Summary
 ClassLoader getClassLoader()
          Obtains the ClassLoader.
 PropertyList getPropertyList()
          Obtains the PropertyList containing the properties for the WorkSource.
 String getTaskName()
          Obtains the name of the Task to obtain documentation.
 

Method Detail

getTaskName

String getTaskName()
Obtains the name of the Task to obtain documentation.

Returns:
Name of the Task to obtain documentation.

getPropertyList

PropertyList getPropertyList()
Obtains the PropertyList containing the properties for the WorkSource.

Returns:
PropertyList containing the properties for the WorkSource.

getClassLoader

ClassLoader getClassLoader()
Obtains the ClassLoader.

Returns:
ClassLoader.


Copyright © 2005-2013. All Rights Reserved.