public abstract class BaseFetchCommand extends Command implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static interface |
BaseFetchCommand.Transformer<T> |
static interface |
BaseFetchCommand.Visitor |
base, DEFAULT_BASE
Constructor and Description |
---|
BaseFetchCommand() |
BaseFetchCommand(BaseFetchCommand o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
abstract <T> T |
accept(BaseFetchCommand.Transformer<T> transformer,
T[] t) |
abstract void |
accept(BaseFetchCommand.Visitor visitor) |
void |
check(boolean deep,
java.lang.String errorContext)
Checks this BaseFetchCommand.
|
static BaseFetchCommand |
fromString(java.lang.String s)
String representation of this BaseFetchCommand.
|
BaseFetchCommand |
makeCopy() |
static BaseFetchCommand |
readFrom(java.io.InputStream is)
Read this BaseFetchCommand from an XML fragment.
|
java.lang.String |
toString()
String representation of this BaseFetchCommand.
|
BaseFetchCommand |
withBase(java.lang.String base) |
void |
writeTo(java.io.OutputStream os) |
public BaseFetchCommand()
public BaseFetchCommand(BaseFetchCommand o)
public BaseFetchCommand withBase(java.lang.String base)
public BaseFetchCommand makeCopy()
public static BaseFetchCommand readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
public static BaseFetchCommand fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
public abstract void accept(BaseFetchCommand.Visitor visitor) throws com.exalead.util.TypedException
com.exalead.util.TypedException
public abstract <T> T accept(BaseFetchCommand.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.