public abstract class ProjectDataHandler
extends java.lang.Object
| Constructor and Description | 
|---|
ProjectDataHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
public abstract java.util.Collection<java.lang.String> listExtensions(HashStructure tagRootElement)
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.