|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.zion.jbuddy.bots.BotActionType
public class BotActionType
Available action types.
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 |
|---|
public static final BotActionType 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.
public static final BotActionType JAVA
BotActionTask. The action's
path must be the fully-qualified class name of a BotActionTask
implementation, which is instantiated and executed.
public static final BotActionType SYSTEM
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||