public class RemovePlugin
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_PUBLISH |
java.lang.String |
name |
boolean |
publish |
Constructor and Description |
---|
RemovePlugin() |
RemovePlugin(RemovePlugin o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this RemovePlugin.
|
static RemovePlugin |
fromString(java.lang.String s)
String representation of this RemovePlugin.
|
java.lang.String |
getName()
Name of the plugin to remove
|
boolean |
isPublish()
Enables the plugin to be removed from all CloudView hosts
|
RemovePlugin |
makeCopy()
Creates and returns a deep copy of this RemovePlugin.
|
static RemovePlugin |
readFrom(java.io.InputStream is)
Read this RemovePlugin from an XML fragment.
|
void |
setName(java.lang.String name)
Name of the plugin to remove
|
void |
setPublish(boolean publish)
Enables the plugin to be removed from all CloudView hosts
|
java.lang.String |
toString()
String representation of this RemovePlugin.
|
RemovePlugin |
withName(java.lang.String name) |
RemovePlugin |
withPublish(boolean publish) |
RemovePlugin |
withPublish(java.lang.Boolean publish) |
void |
writeTo(java.io.OutputStream os)
Write this RemovePlugin as an XML fragment
|
public java.lang.String name
public boolean publish
public static final boolean DEFAULT_PUBLISH
public RemovePlugin()
public RemovePlugin(RemovePlugin o)
public void setName(java.lang.String name)
public java.lang.String getName()
public RemovePlugin withName(java.lang.String name)
public void setPublish(boolean publish)
public boolean isPublish()
public RemovePlugin withPublish(boolean publish)
public RemovePlugin withPublish(java.lang.Boolean publish)
public RemovePlugin makeCopy()
public static RemovePlugin 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
javax.xml.bind.JAXBException
java.io.IOException
public static RemovePlugin 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()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.