Class ResourceFilePoolFiller

    • Constructor Detail

      • ResourceFilePoolFiller

        public ResourceFilePoolFiller​(ResourceFilePool resourceFilePool)
        Creates a new ResourceFilePoolFiller.
        Parameters:
        resourceFilePool - the file pool to which all visited resource files are added.
    • Method Detail

      • visitAnyResourceFile

        public void visitAnyResourceFile​(ResourceFile resourceFile)
        Description copied from interface: ResourceFileVisitor
        Visits any ResourceFile instance. The more specific default implementations of this interface delegate to this method.

        Unlike most other visitor interfaces, this default implementation is empty, because most implementations only care about one type of resource file.

        Specified by:
        visitAnyResourceFile in interface ResourceFileVisitor