|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PaP.ActorFactory
Creates Actors with URL based class loader PaPurlLoader. PAS has one instance of it.
Constructor Summary | |
ActorFactory()
|
Method Summary | |
ActorInterface |
createActor(java.lang.String url,
java.lang.String className)
Creates Actor objects. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ActorFactory()
Method Detail |
public ActorInterface createActor(java.lang.String url, java.lang.String className) throws java.lang.Exception
url
- Location of the class representing the manuscript the Actor
to be created has to follow.className
- Class name that corresponds to the "role" the actor plays.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |