Class GeneratedSettingsCache.Result

    • Constructor Detail

      • Result

        public Result​(@NotNull
                      File destDir)
    • Method Detail

      • getDestinationDir

        @NotNull
        public File getDestinationDir()
      • setException

        public void setException​(@NotNull
                                 Throwable throwable)
      • isConsumerWasCalled

        public boolean isConsumerWasCalled()
      • setConsumerWasCalled

        public void setConsumerWasCalled​(boolean consumerWasCalled)
      • getException

        @Nullable
        public Throwable getException()