diff src/com/five_ten_sg/connectbot/transport/AbsTransport.java @ 11:f3b3bbd227b8 tn5250

adding tn5250 files
author Carl Byington <carl@five-ten-sg.com>
date Thu, 22 May 2014 18:26:27 -0700
parents 0ce5cc452d02
children 017eeed8332c
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/transport/AbsTransport.java	Thu May 22 16:11:14 2014 -0700
+++ b/src/com/five_ten_sg/connectbot/transport/AbsTransport.java	Thu May 22 18:26:27 2014 -0700
@@ -54,13 +54,13 @@
         return "unknown";
     }
 
+
     /**
      * Encode the current transport into a URI that can be passed via intent calls.
      * @return URI to host
      */
-    public static Uri getUri(String input) {
-        return null;
-    }
+    public abstract Uri getUri(String input);
+
 
     /**
      * Causes transport to connect to the target host. After connecting but before a
@@ -282,9 +282,7 @@
      * @param context context containing the correct resources
      * @return string that hints at the format for connection
      */
-    public static String getFormatHint(Context context) {
-        return "???";
-    }
+    public abstract String getFormatHint(Context context);
 
     /**
      * @return