Library

public class Library extends PluginComponent

A Library is a plugin component which represents the library element in the plugin descriptor.

Author:Hugo Y. K. Lam

See also: Plugin

Constructors

Library

public Library(PluginComponent parent, String name)

Creates a new instance of Library.

Parameters:
  • parent – the parent plugin component.
  • name – the name of this library.

Methods

getName

public String getName()

Gets the name of this library.

Returns:the name of this library.

toString

public String toString()

Returns a string representation of this library.

Returns:a string representation of this library.

See also: java.lang.Object.toString()