Class ArchiveTestResourceProvider.ArchivedTestResource

  • Enclosing class:
    ArchiveTestResourceProvider

    public static class ArchiveTestResourceProvider.ArchivedTestResource
    extends TestResource
    Test resource located within one or multiple archives.
    Author:
    Rene Schneider - initial API and implementation
    • Constructor Detail

      • ArchivedTestResource

        public ArchivedTestResource​(String aName,
                                    TestResourceProvider aProvider,
                                    Stack<String> anArchiveFilenameStack,
                                    String aNameWithinArchive)
        Parameters:
        aName - the full name of the resource
        aProvider - the provider
        anArchiveFilenameStack - the stack of archives to search within
        aNameWithinArchive - the name of the resource within the directly containing archive
    • Method Detail

      • getArchiveFilenameStack

        public Stack<String> getArchiveFilenameStack()
      • getNameWithinArchive

        public String getNameWithinArchive()