Class ResourceFilePresenceFilter

    • Constructor Detail

      • ResourceFilePresenceFilter

        public ResourceFilePresenceFilter​(FilePool filePool,
                                          ResourceFileVisitor presentResourceFileVisitor,
                                          ResourceFileVisitor missingResourceFileVisitor)
        Creates a new ResourceFilePresenceFilter.
        Parameters:
        filePool - the ResourceFilePool in which the presence will be tested.
        presentResourceFileVisitor - the ResourceFileVisitor to which visits of present resource files will be delegated.
        missingResourceFileVisitor - the ResourceFileVisitor to which visits of missing resource files will be delegated.
      • ResourceFilePresenceFilter

        @Deprecated
        public ResourceFilePresenceFilter​(ResourceFilePool resourceFilePool,
                                          ResourceFileVisitor presentResourceFileVisitor,
                                          ResourceFileVisitor missingResourceFileVisitor)
        Deprecated.
        Creates a new ResourceFilePresenceFilter.
        Parameters:
        resourceFilePool - the ResourceFilePool in which the presence will be tested.
        presentResourceFileVisitor - the ResourceFileVisitor to which visits of present resource files will be delegated.
        missingResourceFileVisitor - the ResourceFileVisitor to which visits of missing resource files will be delegated.