Class SiteInfo2SiteCatalogEntry
- java.lang.Object
-
- edu.isi.pegasus.planner.catalog.site.classes.SiteInfo2SiteCatalogEntry
-
public class SiteInfo2SiteCatalogEntry extends java.lang.ObjectAn adapter class that converts SiteInfo object to SiteCatalogEntry object.- Version:
- $Revision$
- Author:
- Karan Vahi
-
-
Constructor Summary
Constructors Constructor Description SiteInfo2SiteCatalogEntry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SiteCatalogEntryconvert(SiteInfo s)An adapter method that converts theSiteInfoobject toSiteCatalogEntryobject.static SiteCatalogEntryconvert(SiteInfo s, LogManager logger)An adapter method that converts theSiteInfoobject toSiteCatalogEntryobject.
-
-
-
Method Detail
-
convert
public static SiteCatalogEntry convert(SiteInfo s)
An adapter method that converts theSiteInfoobject toSiteCatalogEntryobject.- Parameters:
s-SiteInfoto be converted.- Returns:
- the converted
SiteCatalogEntryobject.
-
convert
public static SiteCatalogEntry convert(SiteInfo s, LogManager logger)
An adapter method that converts theSiteInfoobject toSiteCatalogEntryobject.- Parameters:
s-SiteInfoto be converted.logger- the hande to the LogManager- Returns:
- the converted
SiteCatalogEntryobject.
-
-