ants
Class BuiltinProtocol

java.lang.Object
  |
  +--ants.Protocol
        |
        +--ants.BuiltinProtocol
Direct Known Subclasses:
DataProtocol

public class BuiltinProtocol
extends Protocol

Base class for all builtin protocols. Builtin protocols are not demand loaded and are known by "well-defined" names


Fields inherited from class ants.Protocol
capsules, groups
 
Constructor Summary
BuiltinProtocol()
           
 
Method Summary
protected  void addCapsule(java.lang.String name)
           
protected  void addCapsule(java.lang.String name, java.lang.String version)
           
protected  void endGroupDefn()
           
 
Methods inherited from class ants.Protocol
addHelperClass, endProtocolDefn, main, startGroupDefn, startProtocolDefn, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuiltinProtocol

public BuiltinProtocol()
Method Detail

endGroupDefn

protected void endGroupDefn()
                     throws java.lang.Exception
Overrides:
endGroupDefn in class Protocol

addCapsule

protected void addCapsule(java.lang.String name,
                          java.lang.String version)
                   throws java.lang.Exception

addCapsule

protected void addCapsule(java.lang.String name)
                   throws java.lang.Exception
Overrides:
addCapsule in class Protocol