|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.spi.project.support.ant.ProjectXmlSavedHook
Hook run when nbproject/project.xml
is saved.
An instance should be placed into a project's lookup to register it.
Project.getLookup()
Constructor Summary | |
protected |
ProjectXmlSavedHook()
Default constructor for subclasses. |
Method Summary | |
protected abstract void |
projectXmlSaved()
Called when shared project metadata ( project.xml ) has been modified. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ProjectXmlSavedHook()
Method Detail |
protected abstract void projectXmlSaved() throws IOException
project.xml
) has been modified.
Also called the first the time a project created by ProjectGenerator
is saved.
This is called during a project save event and so runs with write access.
Typically the project's build.xml
and/or nbproject/build-impl.xml
may need to be (re-)generated; see GeneratedFilesHelper
for details.
IOException
- if running the hook failed for some reason
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |