X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Tools%2FSource%2FMigrationTools%2Forg%2Ftianocore%2Fmigration%2FUI.java;h=2ad306d1321d00bf9df6f33c2c611d6672efc9db;hb=5f4eb6b6d5eb39012da23c16fdf3f9d988f9db06;hp=170a2488bd99573196720cb370df2cca2b029c36;hpb=90503bad37fea5edf22531754c203f77268dfa36;p=mirror_edk2.git diff --git a/Tools/Source/MigrationTools/org/tianocore/migration/UI.java b/Tools/Source/MigrationTools/org/tianocore/migration/UI.java index 170a2488bd..2ad306d132 100644 --- a/Tools/Source/MigrationTools/org/tianocore/migration/UI.java +++ b/Tools/Source/MigrationTools/org/tianocore/migration/UI.java @@ -27,4 +27,6 @@ public interface UI { public String choose(String message, Object[] choicelist); public String getInput(String message); + + public String getFilepath(String title); // necessary ? }