public class SecurityCommand extends Command implements com.exalead.util.Checkable, java.io.Serializable
Command.Transformer<T>, Command.Visitor
base, DEFAULT_BASE
Constructor and Description |
---|
SecurityCommand() |
SecurityCommand(SecurityCommand 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 SecurityCommand.
|
static SecurityCommand |
fromString(java.lang.String s)
String representation of this SecurityCommand.
|
SecurityCommand |
makeCopy()
Creates and returns a deep copy of this SecurityCommand.
|
static SecurityCommand |
readFrom(java.io.InputStream is)
Read this SecurityCommand from an XML fragment.
|
java.lang.String |
toString()
String representation of this SecurityCommand.
|
SecurityCommand |
withBase(java.lang.String base) |
void |
writeTo(java.io.OutputStream os)
Write this SecurityCommand as an XML fragment
|
public SecurityCommand()
public SecurityCommand(SecurityCommand o)
public SecurityCommand withBase(java.lang.String base)
public SecurityCommand makeCopy()
public static SecurityCommand 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 SecurityCommand 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.