MCPcopy Index your code
hub / github.com/UnquietCode/Flapi / builder

Method builder

src/main/java/unquietcode/tools/flapi/Flapi.java:50–52  ·  view source on GitHub ↗

Shortcut to build a new descriptor. @param listeners any execution listeners to be included @return a new descriptor builder

(ExecutionListener...listeners)

Source from the content-addressed store, hash-verified

48 * @return a new descriptor builder
49 */
50 public static DescriptorBuilder.Start builder(ExecutionListener...listeners) {
51 return DescriptorGenerator.create(new DescriptorHelperImpl(), listeners);
52 }
53
54 /**
55 * Shortcut to build a descriptor from an existing annotated helper class.

Callers 15

Documentation.javaFile · 0.95
descriptorMethod · 0.95
descriptorMethod · 0.95
descriptorMethod · 0.95
testTypeParametersMethod · 0.95
emptyBlockIsRejectedMethod · 0.95

Calls 1

createMethod · 0.65

Tested by 15

descriptorMethod · 0.76
descriptorMethod · 0.76
descriptorMethod · 0.76
testTypeParametersMethod · 0.76
emptyBlockIsRejectedMethod · 0.76
selfReferencedBlockMethod · 0.76