Package loci.plugins

Class Updater

java.lang.Object
loci.plugins.Updater
All Implemented Interfaces:
ij.plugin.PlugIn

public class Updater extends Object implements ij.plugin.PlugIn
A plugin for updating the Bio-Formats plugins.
Author:
Melissa Linkert melissa at glencoesoftware.com
  • Field Details

  • Constructor Details

    • Updater

      public Updater()
  • Method Details

    • run

      public void run(String arg)
      Specified by:
      run in interface ij.plugin.PlugIn
    • isFiji

      public static boolean isFiji()
      Returns true if the current ImageJ instance is actually a Fiji instance.
    • install

      public static void install(String urlPath)
      Install the tools bundle which can be retrieved from the specified path.
    • find

      private static String find(String dir, String filename)