|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.eas.client.plugins.Information
public class Information
Provides information about a plugin. Used primarily by the plugin manager to pair a plugin description object with file/location information about a plugin in order to locate and display additional information about the plugin.
Constructor Summary | |
---|---|
Information() default constructor. |
|
Information(Information source) creates a new information object from an existing one. |
|
Information(java.lang.String archiveName, java.lang.String packageName) constructor with a name for the jar file. |
|
Information(java.lang.String archiveName, java.lang.String packageName, java.lang.String archiveFile) |
Method Summary | |
---|---|
java.lang.String |
getArchiveFile() retrieves the file name that contains this plug-in. |
java.lang.String |
getArchiveName() retrieves the file name that contains this plug-in. |
Description |
getDescription() retrieves the description for this plugin. |
java.lang.String |
getPackageName() retrieves the package name |
boolean |
isUserLoaded() |
void |
setArchiveFile(java.lang.String file) |
void |
setDescription(Description value) sets the description object for this plugin. |
void |
setUserLoaded(boolean loaded) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Information()
public Information(java.lang.String archiveName, java.lang.String packageName)
public Information(java.lang.String archiveName, java.lang.String packageName, java.lang.String archiveFile)
public Information(Information source)
Method Detail |
---|
public Description getDescription()
public void setDescription(Description value)
public java.lang.String getArchiveName()
public java.lang.String getPackageName()
public void setUserLoaded(boolean loaded)
public boolean isUserLoaded()
public java.lang.String getArchiveFile()
public void setArchiveFile(java.lang.String file)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |