Class TestSiteCatalog


  • public class TestSiteCatalog
    extends java.lang.Object
    A Test program that shows how to load a Site Catalog, and query for all sites. The configuration is picked from the Properties. The following properties need to be set
          pegasus.catalog.site       Text|XML
          pegasus.catalog.site.file  path to the site catalog.
      
    Version:
    $Revision$
    Author:
    Karan Vahi
    • Constructor Summary

      Constructors 
      Constructor Description
      TestSiteCatalog()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      The main program.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestSiteCatalog

        public TestSiteCatalog()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        The main program.