DBVIEW
org.dbview.addons.AddOn Class Reference
Collaboration diagram for org.dbview.addons.AddOn:

List of all members.

Public Attributes

String package_name = null
ArrayList< String > adaptors_list = new ArrayList<String>()

Detailed Description

This class contains information about a given add-on.

Author:
Denis Beurive

Definition at line 33 of file AddOn.java.


Member Data Documentation

ArrayList<String> org.dbview.addons.AddOn.adaptors_list = new ArrayList<String>()

This attribute represents the list of adaptors declared for the add-on.

Definition at line 43 of file AddOn.java.

Referenced by org.dbview.addons.AddOnCatalog.AddOnCatalog(), and org.dbview.addons.AddOnCatalog.toString().

This attribute represents the name of the package in which the add-on is declared.

Definition at line 38 of file AddOn.java.

Referenced by org.dbview.addons.AddOnCatalog.AddOnCatalog(), org.dbview.addons.AddOnCatalog.getAdaptor(), and org.dbview.addons.AddOnCatalog.toString().


The documentation for this class was generated from the following file: