public class DictionaryCommand extends Command implements com.exalead.util.Checkable, java.io.Serializable
Command.Transformer<T>, Command.Visitor
base, DEFAULT_BASE
Constructor and Description |
---|
DictionaryCommand() |
DictionaryCommand(DictionaryCommand o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(Command.Transformer<T> transformer,
T[] t) |
void |
accept(Command.Visitor visitor) |
void |
check(boolean deep,
java.lang.String errorContext)
Checks this DictionaryCommand.
|
static DictionaryCommand |
fromString(java.lang.String s)
String representation of this DictionaryCommand.
|
DictionaryCommand |
makeCopy()
Creates and returns a deep copy of this DictionaryCommand.
|
static DictionaryCommand |
readFrom(java.io.InputStream is)
Read this DictionaryCommand from an XML fragment.
|
java.lang.String |
toString()
String representation of this DictionaryCommand.
|
DictionaryCommand |
withBase(java.lang.String base) |
void |
writeTo(java.io.OutputStream os)
Write this DictionaryCommand as an XML fragment
|
public DictionaryCommand()
public DictionaryCommand(DictionaryCommand o)
public DictionaryCommand withBase(java.lang.String base)
public DictionaryCommand makeCopy()
public static DictionaryCommand 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 DictionaryCommand 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 void accept(Command.Visitor visitor) throws com.exalead.util.TypedException
public <T> T accept(Command.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.