X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fext%2Fforester%2Fio%2FForesterTreeParser.java;fp=src%2Fjalview%2Fext%2Fforester%2Fio%2FTreeParser.java;h=30962693f2bc27897cd59389a47956c847d6cae2;hb=624b2dcf1e4830af721cc410c9974aff9795dcc5;hp=85f57b69edd24fe4ad11a51f0bd15e0f0e14752c;hpb=9525e1619528f27f004bd6e878890256cac564c0;p=jalview.git diff --git a/src/jalview/ext/forester/io/TreeParser.java b/src/jalview/ext/forester/io/ForesterTreeParser.java similarity index 93% rename from src/jalview/ext/forester/io/TreeParser.java rename to src/jalview/ext/forester/io/ForesterTreeParser.java index 85f57b6..3096269 100644 --- a/src/jalview/ext/forester/io/TreeParser.java +++ b/src/jalview/ext/forester/io/ForesterTreeParser.java @@ -12,13 +12,13 @@ import org.forester.archaeopteryx.Archaeopteryx; import org.forester.archaeopteryx.MainFrame; import org.forester.util.ForesterUtil; -public class TreeParser implements TreeParserI +public class ForesterTreeParser implements ExternalTreeParserI { private final String filePath; private final File file; - public TreeParser(final String treeFilePath) + public ForesterTreeParser(final String treeFilePath) { final String possibleError = ForesterUtil.isReadableFile(treeFilePath); if (possibleError != null) @@ -34,7 +34,7 @@ public class TreeParser implements TreeParserI } - public TreeParser(final File treeFile) throws IOException + public ForesterTreeParser(final File treeFile) throws IOException { final String possibleError = ForesterUtil.isReadableFile(treeFile); if (possibleError != null)