Interface LibraryComp

  • All Known Subinterfaces:
    Library

    public interface LibraryComp
    This class is only required in order to be able to provide binary compatibility with older releases. You should never access this class directly.
    • Method Detail

      • getDatabases

        @Deprecated
        Iterator<Database> getDatabases()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Library.getDatabases() instead.
        Get an Iterator over an ordered collection of Databases. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The library that the Database object uses to locate the driver in.
        Returns:
        An Iterator over an ordered collection of Database objects .
      • getExtensionPoints

        @Deprecated
        Iterator<ExtensionPoint> getExtensionPoints()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Library.getExtensionPoints() instead.
        Get an Iterator over an ordered collection of ExtensionPoints. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The library that the ExtensionPoint depends upon.
        Returns:
        An Iterator over an ordered collection of ExtensionPoint objects .
      • getImportActions

        @Deprecated
        Iterator<ImportAction> getImportActions()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Library.getImportActions() instead.
        Get an Iterator over an ordered collection of ImportActions. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The library that the ImportAction depends upon.
        Returns:
        An Iterator over an ordered collection of ImportAction objects .
      • getJARFiles

        @Deprecated
        Iterator<JARFile> getJARFiles()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Library.getJARFiles() instead.
        Get an Iterator over an ordered collection of JARFiles. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The Library the JARFile belongs to.
        Returns:
        An Iterator over an ordered collection of JARFile objects .
      • getLibrarySources

        @Deprecated
        Iterator<LibrarySource> getLibrarySources()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Library.getLibrarySources() instead.
        Get an Iterator over an ordered collection of LibrarySources. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The Library that a LibrarySource belongs to.
        Returns:
        An Iterator over an ordered collection of LibrarySource objects .
      • getPeriodFunctions

        @Deprecated
        Iterator<PeriodFunction> getPeriodFunctions()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Library.getPeriodFunctions() instead.
        Get an Iterator over an ordered collection of PeriodFunctions. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The library that the PeriodFunction depends upon.
        Returns:
        An Iterator over an ordered collection of PeriodFunction objects .
      • getRELEntryPoints

        @Deprecated
        Iterator<RELEntryPoint> getRELEntryPoints()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Library.getRELEntryPoints() instead.
        Get an Iterator over an ordered collection of RELEntryPoints. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The Library the RELEntryPoint belongs to
        Returns:
        An Iterator over an ordered collection of RELEntryPoint objects .
      • getScripts

        @Deprecated
        Iterator<Script> getScripts()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Library.getScripts() instead.
        Get an Iterator over an ordered collection of Scripts. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The library that the script depends upon.
        Returns:
        An Iterator over an ordered collection of Script objects .
      • getTriggers

        @Deprecated
        Iterator<Trigger> getTriggers()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Library.getTriggers() instead.
        Get an Iterator over an ordered collection of Triggers. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The library that the Trigger depends upon.
        Returns:
        An Iterator over an ordered collection of Trigger objects .