| java.lang.Object abbot.util.Launcher
Launcher | public class Launcher (Code) | | Mail and browser launcher which augments
Runtime Runtime.exec methods. Provides for built-in email and web browser support.
|
Method Summary | |
public static void | mail(String user, String subject, String body) Format a message to the given user with the given subject and message
body. | public static void | mail(String user, String subject, String body, String cc) Format a message to the given user with the given subject and message
body, including a CC list. | public static void | mail(String user, String subject, String body, String cc, String bcc) Format a message to the given user with the given subject and message
body, including CC and BCC lists. | public static void | open(String target) Open the given target URL in the platform's browser. | public static void | open(String command, String target) Use the given command/program to open the given target. |
open | public static void open(String target) throws IOException(Code) | | Open the given target URL in the platform's browser.
|
|
|