- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getParameterV4 (0.11 sec)
-
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/Parameter.java
} catch (CloneNotSupportedException e) { throw new UnsupportedOperationException(e); } } public org.apache.maven.api.plugin.descriptor.Parameter getParameterV4() { return org.apache.maven.api.plugin.descriptor.Parameter.newBuilder() .alias(alias) .name(name) .type(type) .required(required)
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.1K bytes - Viewed (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java
.parameters(getParameters().stream() .filter(p -> p.getRequirement() == null) .map(Parameter::getParameterV4) .collect(Collectors.toList())) .id(getId()) .fullGoalName(getFullGoalName()) .build();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 21.7K bytes - Viewed (0)