Interface CreateProjectBuilder.PomOperationsHandle

Enclosing class:
CreateProjectBuilder

public static interface CreateProjectBuilder.PomOperationsHandle
create pom modeloperations based on the passed context
Since:
2.98
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.netbeans.modules.maven.model.ModelOperation<org.netbeans.modules.maven.model.pom.POMModel>>
     
  • Method Details

    • createPomOperations

      @NonNull List<org.netbeans.modules.maven.model.ModelOperation<org.netbeans.modules.maven.model.pom.POMModel>> createPomOperations(@NonNull CreateProjectBuilder.Context context)