FreeHEP API
Version v1.2.2

org.freehep.application.studio
Class PluginInfo

java.lang.Object
  |
  +--org.freehep.application.studio.PluginInfo

public class PluginInfo
extends Object

Provides a description of a plugin. The plugin may or may not be downloaded or started.

Version:
$Id: PluginInfo.java,v 1.8 2003/05/30 22:35:05 tonyj Exp $
Author:
tonyj

Constructor Summary
PluginInfo(org.jdom.Element node)
          Builds a PluginInfo from a JDOM element
 
Method Summary
 boolean equals(Object o)
           
 String getAuthor()
           
 String getDescription()
           
 Map getFiles()
           
 String getName()
           
 Map getProperties()
           
 String getTitle()
           
 String getVersion()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginInfo

public PluginInfo(org.jdom.Element node)
Builds a PluginInfo from a JDOM element

Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getName

public String getName()

getAuthor

public String getAuthor()

getVersion

public String getVersion()

getTitle

public String getTitle()

getDescription

public String getDescription()

getFiles

public Map getFiles()

getProperties

public Map getProperties()

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.