Package gaiasky.util

Class CatalogManager

  • All Implemented Interfaces:
    IObserver

    public class CatalogManager
    extends java.lang.Object
    implements IObserver
    • Method Detail

      • initialize

        public static void initialize()
      • getCatalogInfos

        public java.util.Collection<CatalogInfo> getCatalogInfos()
      • contains

        public boolean contains​(java.lang.String dsName)
      • get

        public CatalogInfo get​(java.lang.String dsName)
        Gets the CatalogInfo with the given name, if any
        Parameters:
        dsName - The name of the dataset
        Returns:
        The CatalogInfo object, null if it does not exist
      • getDatasetNames

        public java.util.Set<java.lang.String> getDatasetNames()
      • notify

        public void notify​(Events event,
                           java.lang.Object... data)
        Specified by:
        notify in interface IObserver