|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.provenance.pasoa.pps.PPSFactory
public class PPSFactory
The factory for instantiating an XMLProducer.
| Field Summary | |
|---|---|
static String |
DEFAULT_PACKAGE_NAME
The default package where all the implementations reside. |
static String |
DEFAULT_PPS_PROVIDER
The default PPS implementation to be used. |
private static PPS |
mInstance
The singleton instance of the PPS implementation that is returned. |
static String |
PASOA_PPS_PROVIDER
The default Pasoa PPS implementation to be used. |
| Constructor Summary | |
|---|---|
PPSFactory()
|
|
| Method Summary | |
|---|---|
static PPS |
loadPPS(PegasusProperties properties)
Loads the appropriate PPS implementation on the basis of the property set in the properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_PACKAGE_NAME
public static final String DEFAULT_PPS_PROVIDER
public static final String PASOA_PPS_PROVIDER
private static PPS mInstance
| Constructor Detail |
|---|
public PPSFactory()
| Method Detail |
|---|
public static PPS loadPPS(PegasusProperties properties)
throws PPSFactoryException
properties - the PegasusProperties object containing all
the properties required by Pegasus.
PPSFactoryException - that nests any error that
might occur during the instantiationDEFAULT_PACKAGE_NAME
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||