protected abstract static class AbstractPatch.Builder<P extends AbstractPatch,B extends AbstractPatch.Builder<P,B>> extends Object
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
Modifier and Type | Method and Description |
---|---|
P |
build() |
protected P |
getInstance() |
protected abstract P |
newInstance() |
B |
operation(PatchOperation operation) |
protected P extends AbstractPatch instance
protected abstract P newInstance()
protected P getInstance()
public B operation(PatchOperation operation)
public P build()
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.