Uses of Interface
edu.isi.pegasus.planner.catalog.SiteCatalog
-
Packages that use SiteCatalog Package Description edu.isi.pegasus.planner.catalog.site edu.isi.pegasus.planner.catalog.site.impl edu.isi.pegasus.planner.client -
-
Uses of SiteCatalog in edu.isi.pegasus.planner.catalog.site
Methods in edu.isi.pegasus.planner.catalog.site that return SiteCatalog Modifier and Type Method Description static SiteCatalogSiteFactory. loadInstance()Connects the interface with the transformation catalog implementation.static SiteCatalogSiteFactory. loadInstance(PegasusProperties properties)Connects the interface with the site catalog implementation.private static SiteCatalogSiteFactory. loadInstance(java.lang.String catalogImplementor, java.util.Properties properties)Connects the interface with the site catalog implementation. -
Uses of SiteCatalog in edu.isi.pegasus.planner.catalog.site.impl
Classes in edu.isi.pegasus.planner.catalog.site.impl that implement SiteCatalog Modifier and Type Class Description classOSGMMThe OSGMM implementation of the Site Catalog interface.classXMLAn implementation of the Site Catalog interface that is backed up by an XML file conforming to site catalog xml schema version 3.classXML2A back port to old site catalog schema for the current Site Catalog API This class parses XML documents that conform to site catalog schema version 2. -
Uses of SiteCatalog in edu.isi.pegasus.planner.client
Fields in edu.isi.pegasus.planner.client declared as SiteCatalog Modifier and Type Field Description private SiteCatalogPegasusGetSites. mCatalog
-