Package de.xima.fc.update
Class UpdateManager
- java.lang.Object
-
- de.xima.fc.update.UpdateManager
-
public final class UpdateManager extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckForNeededUpdates(Benutzer user)static voidexecuteUpdate(Benutzer user, ISystemUpdate update)static List<ISystemUpdate>getAllUpdates()static List<ISystemUpdate>getUnrunnedUpdates()static booleanisUpToDate()static voidregisterUpdatedListener(IBaseNotificationListener listener)
-
-
-
Method Detail
-
getUnrunnedUpdates
public static List<ISystemUpdate> getUnrunnedUpdates() throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException
-
getAllUpdates
public static List<ISystemUpdate> getAllUpdates() throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException
-
isUpToDate
public static boolean isUpToDate()
-
executeUpdate
public static void executeUpdate(Benutzer user, ISystemUpdate update)
-
checkForNeededUpdates
public static void checkForNeededUpdates(Benutzer user)
-
registerUpdatedListener
public static void registerUpdatedListener(IBaseNotificationListener listener)
-
-