tom

Converted all package.html files to package-info.java for easier package documentation.

Showing 71 changed files with 152 additions and 105 deletions
/**
* REST resources for the sample topology viewer application.
*/
package org.onlab.onos.tvue;
\ No newline at end of file
/**
* Administrative console command-line extensions for interacting with the
* network model & services.
*/
package org.onlab.onos.cli.net;
/**
* Administrative console command-line extensions.
*/
package org.onlab.onos.cli;
<body>
Administrative console command-line extensions for interacting with the
network model &amp; services.
</body>
<body>
Administrative console command-line extensions.
</body>
/**
* Local event delivery subsystem interfaces &amp; supporting abstractions.
*/
package org.onlab.onos.event;
/**
* Infrastructure device model &amp; related services API definitions.
*/
package org.onlab.onos.net.device;
/**
* Flow rule model &amp; related services API definitions.
*/
package org.onlab.onos.net.flow;
/**
* End-station host model &amp; related services API definitions.
*/
package org.onlab.onos.net.host;
/**
* Infrastructure link model &amp; related services API definitions.
*/
package org.onlab.onos.net.link;
/**
* Network model entities &amp; service API definitions.
*/
package org.onlab.onos.net;
/**
* Mechanism for processing inbound packets intercepted from the data plane and
* for emitting outbound packets onto the data plane.
*/
package org.onlab.onos.net.packet;
/**
* Base abstractions related to network entity providers and their brokers.
*/
package org.onlab.onos.net.provider;
/**
* Network topology model &amp; related services API definitions.
*/
package org.onlab.onos.net.topology;
/**
* ONOS Core API definitions.
*/
package org.onlab.onos;
<body>
Local event delivery subsystem interfaces &amp; supporting abstractions.
</body>
\ No newline at end of file
<body>
Infrastructure device model &amp; related services API definitions.
</body>
\ No newline at end of file
<body>
Flow rule model &amp; related services API definitions.
</body>
\ No newline at end of file
<body>
End-station host model &amp; related services API definitions.
</body>
\ No newline at end of file
<body>
Infrastructure link model &amp; related services API definitions.
</body>
\ No newline at end of file
<body>
Network model entities &amp; service API definitions.
</body>
\ No newline at end of file
<body>
Mechanism for processing inbound packets intercepted from the data plane and
for emitting outbound packets onto the data plane.
</body>
\ No newline at end of file
<body>
Base abstractions related to network entity providers and their brokers.
</body>
\ No newline at end of file
<body>
Network topology model &amp; related services API definitions.
</body>
\ No newline at end of file
<body>
ONOS Core API definitions.
</body>
\ No newline at end of file
/**
* Local event dispatching mechanism.
*/
package org.onlab.onos.event.impl;
/**
* Core infrastructure implementations.
*/
package org.onlab.onos.impl;
/**
* Core subsystem for tracking infrastructure devices.
*/
package org.onlab.onos.net.trivial.device.impl;
/**
* Core subsystem for tracking edn-station hosts.
*/
package org.onlab.onos.net.trivial.host.impl;
/**
* Core subsystem for tracking infrastructure links.
*/
package org.onlab.onos.net.trivial.link.impl;
/**
* Core subsystem for processing inbound packets and emitting outbound packets.
*/
package org.onlab.onos.net.trivial.packet.impl;
/**
* Core subsystem for tracking consistent topology graph views.
*/
package org.onlab.onos.net.trivial.topology.impl;
<body>
Local event dispatching mechanism.
</body>
\ No newline at end of file
<body>
Core infrastructure implementations.
</body>
\ No newline at end of file
<body>
Core subsystem for tracking infrastructure devices.
</body>
\ No newline at end of file
<body>
Core subsystem for tracking edn-station hosts.
</body>
\ No newline at end of file
<body>
Core subsystem for tracking infrastructure links.
</body>
\ No newline at end of file
<body>
Core subsystem for tracking consistent topology graph views.
</body>
\ No newline at end of file
/**
* OpenFlow controller switch driver API.
*/
package org.onlab.onos.of.controller.driver;
/**
* OpenFlow controller API.
*/
package org.onlab.onos.of.controller;
<body>
OpenFlow controller switch driver API.
</body>
\ No newline at end of file
<body>
OpenFlow controller API.
</body>
\ No newline at end of file
/**
* Controller logging annotations - do be deprecated.
*/
package org.onlab.onos.of.controller.impl.annotations;
/**
* Implementation of the OpenFlow controller IO subsystem.
*/
package org.onlab.onos.of.controller.impl;
/**
* OpenFlow base switch drivers implementations.
*/
package org.onlab.onos.of.drivers.impl;
<body>
Controller logging annotations - do be deprecated.
</body>
\ No newline at end of file
<body>
Implementation of the OpenFlow controller IO subsystem.
</body>
\ No newline at end of file
<body>
OpenFlow base switch drivers implementations.
</body>
\ No newline at end of file
/**
* Provider that uses OpenFlow controller as a means of infrastructure device discovery.
*/
package org.onlab.onos.provider.of.device.impl;
<body>
Provider that uses OpenFlow controller as a means of infrastructure device discovery.
</body>
\ No newline at end of file
/**
* Provider that uses OpenFlow controller as a means of host discovery and tracking.
*/
package org.onlab.onos.provider.of.host.impl;
<body>
Provider that uses OpenFlow controller as a means of host discovery and tracking.
</body>
\ No newline at end of file
/**
* Provider that uses OpenFlow controller as a means of infrastructure link inference.
*/
package org.onlab.onos.provider.of.link.impl;
<body>
Provider that uses OpenFlow controller as a means of infrastructure link inference.
</body>
\ No newline at end of file
/**
* Provider that uses OpenFlow controller as a means of intercepting and
* emitting packets.
*/
package org.onlab.onos.provider.of.packet.impl;
\ No newline at end of file
/**
* Utilities to assist in developing JUnit tests.
*/
package org.onlab.junit;
<body>
Utilities to assist in developing JUnit tests.
</body>
\ No newline at end of file
/**
* Graph abstractions and graph path finding algorithms.
*/
package org.onlab.graph;
/**
* Utilities for decoding and encoding packets of various network protocols
* and encapsulations.
*/
package org.onlab.packet;
/**
* Miscellaneous domain-agnostic utilities.
*/
package org.onlab.util;
<body>
Graph abstractions and graph path finding algorithms.
</body>
\ No newline at end of file
<body>
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
</body>
<body>
Miscellaneous domain-agnostic utilities.
</body>
\ No newline at end of file
/**
* Facilities for building testable components in OSGi independent fashion.
*/
package org.onlab.osgi;
<body>
Facilities for building testable components in OSGi independent fashion.
</body>
\ No newline at end of file
/**
* Facilities for building JAX-RS web resources.
*/
package org.onlab.rest;
<body>
Facilities for building JAX-RS web resources.
</body>
\ No newline at end of file
/**
* Set of resources implementing the ONOS REST API.
*/
package org.onlab.onos.rest;
<body>
Set of resources implementing the ONOS REST API.
</body>
\ No newline at end of file
/**
* Set of resources providing data for the ONOS GUI.
*/
package org.onlab.onos.gui;
<body>
Set of resources providing data for the ONOS GUI.
</body>
\ No newline at end of file