|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.ibm.able.editor.AbleJarInfo
Represents a loaded Jar file
| Constructor Summary | |
|---|---|
AbleJarInfo(java.lang.String jarName,
AbleClassLoader cl,
java.lang.String[] beanNames,
boolean[] fromPrototype,
AbleJarMessageHeader[] manifestData)
Create a JarInfo. |
|
| Method Summary | |
|---|---|
static java.beans.BeanInfo |
getBeanInfo(java.lang.Class className)
|
java.beans.BeanInfo |
getBeanInfo(int i)
Get the BeanInfo for the ith bean in this jar file |
int |
getCount()
Get the number of beans in this Jar file |
java.lang.Object |
getInstance(java.lang.String name)
Get a new Bean instance given its name |
java.lang.String |
getJarName()
Get the name of the file containing this JAR |
static java.lang.String |
getJarName(java.lang.String beanName)
Global information: where did a given bean came from? |
AbleJarMessageHeader |
getManifestData(java.lang.String name)
Get to Manifest Headers for this bean |
java.lang.String |
getName(int i)
The bean name of this bean |
boolean |
isFromPrototype(java.lang.String name)
Indicates whether this bean was from a serialized prototype. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbleJarInfo(java.lang.String jarName,
AbleClassLoader cl,
java.lang.String[] beanNames,
boolean[] fromPrototype,
AbleJarMessageHeader[] manifestData)
jarName - The name of the file containing the Jarcl - The ClassLoader instancebeanNames - The names for all the beansfromPrototype - Whether this bean is from a serialized prototypemanifestData - The manifest data for each bean.| Method Detail |
public static java.lang.String getJarName(java.lang.String beanName)
public java.lang.String getJarName()
public int getCount()
public java.beans.BeanInfo getBeanInfo(int i)
public static java.beans.BeanInfo getBeanInfo(java.lang.Class className)
throws AbleException
AbleExceptionpublic java.lang.String getName(int i)
public boolean isFromPrototype(java.lang.String name)
public AbleJarMessageHeader getManifestData(java.lang.String name)
public java.lang.Object getInstance(java.lang.String name)
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||