Class JrtfsCodeBase

    • Constructor Detail

      • JrtfsCodeBase

        public JrtfsCodeBase​(ICodeBaseLocator codeBaseLocator,
                             @Nonnull
                             java.lang.String fileName)
    • Method Detail

      • createPackageToModuleMap

        public java.util.Map<java.lang.String,​java.lang.Object> createPackageToModuleMap​(java.nio.file.FileSystem fs)
                                                                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • lookupResource

        @CheckForNull
        public ICodeBaseEntry lookupResource​(java.lang.String resourceName)
        Description copied from interface: ICodeBase
        Look up a resource in this code base.
        Parameters:
        resourceName - name of the resource to look up
        Returns:
        ICodeBaseEntry representing the resource or null if the resource cannot be found in this code base
      • getPathName

        public java.lang.String getPathName()
        Description copied from interface: ICodeBase
        Get the filesystem pathname of this codebase.
        Returns:
        the filesystem pathname of this codebase, or null if this codebase is not accessible via the filesystem
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • close

        public void close()
        Description copied from interface: ICodeBase
        This method should be called when done using the code base.
      • iterator

        public ICodeBaseIterator iterator()
                                   throws java.lang.InterruptedException
        Description copied from interface: IScannableCodeBase
        Get an iterator over the resources in the this code base.
        Returns:
        ICodeBaseIterator over the resources in the code base
        Throws:
        java.lang.InterruptedException