Class UpdatesManager

java.lang.Object
pro.gravit.launchserver.manangers.UpdatesManager

public class UpdatesManager extends Object
  • Constructor Details

    • UpdatesManager

      public UpdatesManager(LaunchServer server)
  • Method Details

    • readUpdatesDir

      public void readUpdatesDir() throws IOException
      Throws:
      IOException
    • syncUpdatesDir

      public void syncUpdatesDir(Collection<String> dirs) throws IOException
      Throws:
      IOException
    • getUpdatesList

      public HashSet<String> getUpdatesList()
    • getUpdate

      public pro.gravit.launcher.hasher.HashedDir getUpdate(String name)
    • addUpdate

      public void addUpdate(String name, pro.gravit.launcher.hasher.HashedDir dir)