add 2 getters

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@500 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2006-12-06 13:26:35 +00:00
parent 4715665e6d
commit cde753f154
1 changed files with 8 additions and 0 deletions

View File

@ -105,4 +105,12 @@ public class IFDSExplorerImpl {
}
public static String getDotExe() {
return dotExe;
}
public static String getGvExe() {
return gvExe;
}
} //IFDSExplorerImpl