X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2FjarInputStreamProvider.java;h=58d52da351fd72e77912423d93ced49a9de1efeb;hb=49db0dff1da16c3355b43a41498c1fc93ef47e91;hp=86bf0eba0785f262607cb320c05f3b893c50b39c;hpb=47168f025aefdaa044802bd5f8f510ffe43a4808;p=jalview.git diff --git a/src/jalview/util/jarInputStreamProvider.java b/src/jalview/util/jarInputStreamProvider.java index 86bf0eb..58d52da 100644 --- a/src/jalview/util/jarInputStreamProvider.java +++ b/src/jalview/util/jarInputStreamProvider.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2) - * Copyright (C) 2014 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -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(); }