|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.xml.StarClass
The StarClass is a class with a funciton to convert
between the Java class and the class element in the XML
document of a star.
| Constructor Summary | |
StarClass()
|
|
| Method Summary | |
static java.lang.String |
getClassName(Star star)
Gets the name for the class element in the XML document of the specified star object. |
private static java.lang.String[] |
getClassPath()
Gets the list of class paths to search Java class of a star. |
static Star |
newInstance(java.lang.String name)
Constructs a new Java star object of the specified name of the class element in the XML document. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public StarClass()
| Method Detail |
private static java.lang.String[] getClassPath()
public static java.lang.String getClassName(Star star)
star - the star object.
public static Star newInstance(java.lang.String name)
throws java.lang.ClassNotFoundException,
java.lang.IllegalAccessException,
java.lang.InstantiationException
name - the name of the class element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||