Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.extension
Class ProjectDataHandler

java.lang.Object
  extended by oracle.ide.extension.ProjectDataHandler

public abstract class ProjectDataHandler
extends java.lang.Object


Constructor Summary
ProjectDataHandler()
           
 
Method Summary
abstract  java.util.Collection<java.lang.String> listExtensions(HashStructure tagRootElement)
          Examine the tagRootElement and its children and return a list of extensions that need to be initialized when this project is opened.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectDataHandler

public ProjectDataHandler()
Method Detail

listExtensions

public abstract java.util.Collection<java.lang.String> listExtensions(HashStructure tagRootElement)
Examine the tagRootElement and its children and return a list of extensions that need to be initialized when this project is opened.

Parameters:
tagRootElement - HashStructure containing the tag root element named in an on-project-open-hook and its children, from the project file of a newly opened project.
Returns:
Collection of IDs of extensions to be initialized, or an empty Collection if none; the collection should not have duplicate IDs.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.