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.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 |
PluginInfo
public PluginInfo(org.jdom.Element node)
- Builds a PluginInfo from a JDOM element
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()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.