All Packages Class Hierarchy This Package Previous Next Index
Class ants.BuiltinProtocol
java.lang.Object
|
+----ants.Protocol
|
+----ants.BuiltinProtocol
- public class BuiltinProtocol
- extends Protocol
Base class for all builtin protocols. Builtin protocols are
not demand loaded and are known by "well-defined" names
-
BuiltinProtocol()
-
-
addCapsule(String)
-
-
addCapsule(String, String)
-
-
endGroupDefn()
-
BuiltinProtocol
public BuiltinProtocol()
endGroupDefn
protected void endGroupDefn() throws Exception
- Overrides:
- endGroupDefn in class Protocol
addCapsule
protected void addCapsule(String name,
String version) throws Exception
addCapsule
protected void addCapsule(String name) throws Exception
- Overrides:
- addCapsule in class Protocol
All Packages Class Hierarchy This Package Previous Next Index