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 8584 2006-08-10 23:06:37Z duns $
- Author:
- tonyj
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)
- 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()
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-2006 FreeHEP. All Rights Reserved.