|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jpt.core.JpaProject.Updater.Null
public static final class JpaProject.Updater.Null
This updater does nothing. Useful for testing.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.jpt.core.JpaProject.Updater |
|---|
JpaProject.Updater.Null |
| Method Summary | |
|---|---|
static JpaProject.Updater |
instance()
|
void |
start()
The updater has just been assigned to its JPA project. |
void |
stop()
The JPA project is disposed; stop the updater. |
java.lang.String |
toString()
|
void |
update()
Update the JPA project. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static JpaProject.Updater instance()
public void start()
JpaProject.Updater
start in interface JpaProject.Updaterpublic void update()
JpaProject.Updater
JpaProject.update() will call JpaProject.Updater.update(),
from which the updater is to call JpaProject.update(IProgressMonitor)
as appropriate (typically from an asynchronously executing job).
Once the updating has quiesced (i.e. there are no outstanding requests
for another update), the updater is to call JpaProject.updateQuiesced().
update in interface JpaProject.Updaterpublic void stop()
JpaProject.Updater
stop in interface JpaProject.Updaterpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||