net.officefloor.eclipse.extension.open
Interface ExtensionOpenerContext


public interface ExtensionOpenerContext

Context for the ExtensionOpenerContext.

Author:
Daniel Sagenschneider

Method Summary
 PropertyList getPropertyList()
          Obtains the PropertyList for the source.
 void openClasspathResource(String resourcePath)
          Opens the resource on the class path.
 

Method Detail

getPropertyList

PropertyList getPropertyList()
Obtains the PropertyList for the source.

Returns:
PropertyList for the source.

openClasspathResource

void openClasspathResource(String resourcePath)
Opens the resource on the class path.

Parameters:
resourceName - Path of the resource on the class path.


Copyright © 2005-2013. All Rights Reserved.