Avalon Repository Agent

org.apache.avalon.ide.eclipse.repository.agent

The first release.

The Repository Agent extension is all about registration of RepositoryAgentFactory implementations, that knows how to contact repositories, on-line and off-line.

<!ELEMENT extension (description , scheme)>

<!ATTLIST extension

name  CDATA "Sample Repository Agent"

id    CDATA #IMPLIED

point CDATA #REQUIRED>

Definition of the Repository Agent extension point.



<!ELEMENT description (#CDATA)>

A longer description of the capabilities of the RepositoryAgent and its factory.



<!ELEMENT scheme (description)>

<!ATTLIST scheme

class  CDATA #REQUIRED

name   CDATA "Sample Repository Agent"

prefix CDATA #IMPLIED>


[Enter extension point usage example here.]

[Enter API information here.]

[Enter information about supplied implementation of this extension point.]