com.zion.jbuddy.bots
Class BotActionType

java.lang.Object
  extended by com.zion.jbuddy.bots.BotActionType

public class BotActionType
extends Object

Available action types.

See Also:
BotAction

Field Summary
static BotActionType JAVA
          Loads and processes results from a BotActionTask.
static BotActionType SYSTEM
          A system command, or executable file, is executed.
static BotActionType URL
          Loads and processes results from an URL.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

URL

public static final BotActionType URL
Loads and processes results from an URL.

If the action's path is relative (not fully-qualified), it must point to a local resource, such as a file or resource within the Java Runtime Environment's current classpath. Otherwise, the path must be a fully-qualified URL.

The protocol supplied within a fully-qualified URL must refer to a networking protocol supported by the Java Runtime Environment being used. Most runtime environments support at least file, ftp, jar, http, and https protocols.


JAVA

public static final BotActionType JAVA
Loads and processes results from a BotActionTask. The action's path must be the fully-qualified class name of a BotActionTask implementation, which is instantiated and executed.


SYSTEM

public static final BotActionType SYSTEM
A system command, or executable file, is executed. The action's path must be the path to the command or executable.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


JBuddy is a trademark of Zion Software, LLC in the US and other countries.
Copyright 2000-2008 Zion Software, LLC All Rights Reserved.