org.eclipse.jpt.core
Class JpaProject.Updater.Null

java.lang.Object
  extended by org.eclipse.jpt.core.JpaProject.Updater.Null
All Implemented Interfaces:
JpaProject.Updater
Enclosing interface:
JpaProject.Updater

public static final class JpaProject.Updater.Null
extends java.lang.Object
implements JpaProject.Updater

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
 void dispose()
          The JPA project is disposed; dispose the updater.
static JpaProject.Updater instance()
           
 void start()
          The updater has just been assigned to its JPA project.
 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

instance

public static JpaProject.Updater instance()

start

public void start()
Description copied from interface: JpaProject.Updater
The updater has just been assigned to its JPA project.

Specified by:
start in interface JpaProject.Updater

update

public void update()
Description copied from interface: JpaProject.Updater
Update the JPA project.

Specified by:
update in interface JpaProject.Updater

dispose

public void dispose()
Description copied from interface: JpaProject.Updater
The JPA project is disposed; dispose the updater.

Specified by:
dispose in interface JpaProject.Updater

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object