JAL-3446 from applet -- reload; also fixes some repaint issues
[jalview.git] / src / jalview / util / jarInputStreamProvider.java
index 828a72f..58d52da 100644 (file)
@@ -20,6 +20,7 @@
  */
 package jalview.util;
 
+import java.io.File;
 import java.io.IOException;
 import java.util.jar.JarInputStream;
 
@@ -45,4 +46,9 @@ public interface jarInputStreamProvider
    *         with it
    */
   String getFilename();
+
+  /**
+   * @return jarFile name if from SwingJS
+   */
+  File getFile();
 }