Interface IComponentDescription

    • Method Detail

      • getComponentName

        String getComponentName()
        Gets component name. Each components should be have unique name if you want use it with IComponentLoaderManager
        Returns:
        unique name of the native component, never null
      • getLibraries

        Collection<File> getLibraries​(Version version)
        Gets all files corresponding to the libraries including to the defining component
        Parameters:
        version - actual runtime version of libraries, can'be null
        Returns:
        list of libraries, never null
      • checkLibraryResources

        void checkLibraryResources​(Version version)
        Checks for existing of all files corresponding to the libraries resources including to the defining component. If some resources weren't found RuntimeException will be thrown.
        Parameters:
        version - actual runtime version of libraries, can'be null