public abstract class AbstractAddCustom extends Object implements OnlineCommand, OfflineCommand
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractAddCustom.Builder<T extends AbstractAddCustom.Builder> |
NOOPNOOP| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAddCustom(AbstractAddCustom.Builder<? extends AbstractAddCustom.Builder> builder) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(OfflineCommandContext ctx) |
void |
apply(OnlineCommandContext ctx) |
protected abstract String |
getCustomTypeName() |
protected abstract GroovyXmlTransform.Builder |
getGroovyBuilder() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringtoStringprotected AbstractAddCustom(AbstractAddCustom.Builder<? extends AbstractAddCustom.Builder> builder)
public final void apply(OnlineCommandContext ctx) throws Exception
apply in interface OnlineCommandExceptionpublic final void apply(OfflineCommandContext ctx) throws Exception
apply in interface OfflineCommandExceptionprotected abstract GroovyXmlTransform.Builder getGroovyBuilder()
protected abstract String getCustomTypeName()
Copyright © 2022. All rights reserved.