910111213141516
public class CheckinRunner { public static void main(String[] args) throws ClientProtocolException, URISyntaxException, IOException { MobileCheckiner checkiner = new MobileCheckiner(args[0], args[1]); checkiner.checkin(); }