Interface TempDirectory.ParentDirProvider

    • Method Detail

      • get

        Path get​(TempDirectory.TempDirContext tempDirContext,
                 ExtensionContext extensionContext)
          throws Exception
        Get the parent directory for all temporary directories created by the TempDirectory extension this is used with.
        Parameters:
        tempDirContext - the context for the field or parameter for which a temporary directory should be created; never null
        extensionContext - the current extension context; never null
        Returns:
        the parent directory for all temporary directories; never null
        Throws:
        Exception