ice.storm
Class PilotInfo
java.lang.Object
ice.storm.PilotInfo
- public class PilotInfo
- extends Object
This information about a pilot is obtained from the remote hosts
that contain pilots. Since a pilot can be packaged in several
jar files and there can be multiple pilots in one jar file,
the binary class data is shared across all the ClassLoaders.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PilotInfo
public PilotInfo()
getName
public String getName()
getClassName
public String getClassName()
getVersion
public String getVersion()
getAuthor
public String getAuthor()
getDescription
public String getDescription()
getSupportedContentTypes
public String[] getSupportedContentTypes()
isSupportedContentType
public boolean isSupportedContentType(String type)
isLoaded
public boolean isLoaded()
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean flag)
setName
public void setName(String value)
setVersion
public void setVersion(String value)
setAuthor
public void setAuthor(String value)
setDescription
public void setDescription(String value)
setClassName
public void setClassName(String value)
setCodeBaseURLs
public void setCodeBaseURLs(URL[] value)
setSupportedContentTypes
public void setSupportedContentTypes(String[] value)