FreeHEP API
Version current

org.freehep.application.studio
Class PluginInfo

java.lang.Object
  extended byorg.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.10 2005/03/12 07:53:06 tonyj Exp $
Author:
tonyj
Source Code:
PluginInfo.java

Constructor Summary
PluginInfo(org.jdom.Element node)
          Builds a PluginInfo from a JDOM element
 
Method Summary
 boolean equals(Object o)
           
 String getAuthor()
           
 String[] getCategory()
           
 String getDescription()
           
 Throwable getErrorStatus()
           
 Map getFiles()
           
 File getLoadDirectory()
           
 String getName()
           
 Plugin getPlugin()
           
 Map getProperties()
           
 String getTitle()
           
 String getVersion()
           
 int hashCode()
           
 boolean isLoadAtStart()
           
 void setLoadAtStart(boolean loadAtStart)
           
 void setLoadDirectory(File dir)
           
 
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)

hashCode

public int hashCode()

getName

public String getName()

getAuthor

public String getAuthor()

getVersion

public String getVersion()

getTitle

public String getTitle()

getDescription

public String getDescription()

isLoadAtStart

public boolean isLoadAtStart()

setLoadAtStart

public void setLoadAtStart(boolean loadAtStart)

getFiles

public Map getFiles()

getProperties

public Map getProperties()

setLoadDirectory

public void setLoadDirectory(File dir)

getLoadDirectory

public File getLoadDirectory()

getPlugin

public Plugin getPlugin()

getCategory

public String[] getCategory()

getErrorStatus

public Throwable getErrorStatus()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.