Interface GenerateUseCaseUseCase

All Known Implementing Classes:
GenerateUseCaseUseCaseImpl

public interface GenerateUseCaseUseCase
Use case for generating use cases (port and implementation). This is an input port in the hexagonal architecture.
  • Method Details

    • execute

      Generates a use case with its port interface and implementation.
      Parameters:
      projectPath - Path to the project root
      config - Use case configuration
      Returns:
      Generation result with generated files or errors