public class BeeProcess extends DirectoryExtractNode implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<BeeServer> |
beeServer |
java.lang.String |
options |
java.lang.String |
runtime |
java.lang.String |
visibility |
name
Constructor and Description |
---|
BeeProcess() |
BeeProcess(BeeProcess o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this BeeProcess.
|
static BeeProcess |
fromString(java.lang.String s)
String representation of this BeeProcess.
|
java.util.List<BeeServer> |
getBeeServer()
The list of bee-based web-service servers
|
java.lang.String |
getOptions()
A '/' (slash) separated list options key=value
|
java.lang.String |
getRuntime()
The process runtime (java, exa, dotnet)
|
java.lang.String |
getVisibility()
-
|
BeeProcess |
makeCopy()
Creates and returns a deep copy of this BeeProcess.
|
static BeeProcess |
readFrom(java.io.InputStream is)
Read this BeeProcess from an XML fragment.
|
void |
setOptions(java.lang.String options)
A '/' (slash) separated list options key=value
|
void |
setRuntime(java.lang.String runtime)
The process runtime (java, exa, dotnet)
|
void |
setVisibility(java.lang.String visibility)
-
|
java.lang.String |
toString()
String representation of this BeeProcess.
|
BeeProcess |
withBeeServer(BeeServer... __values)
The list of bee-based web-service servers
|
BeeProcess |
withBeeServer(java.util.Collection<BeeServer> __values) |
BeeProcess |
withName(java.lang.String name) |
BeeProcess |
withOptions(java.lang.String options) |
BeeProcess |
withRuntime(java.lang.String runtime) |
BeeProcess |
withVisibility(java.lang.String visibility) |
void |
writeTo(java.io.OutputStream os)
Write this BeeProcess as an XML fragment
|
getName, setName
public java.util.List<BeeServer> beeServer
public java.lang.String runtime
public java.lang.String visibility
public java.lang.String options
public BeeProcess()
public BeeProcess(BeeProcess o)
public BeeProcess withName(java.lang.String name)
withName
in class DirectoryExtractNode
public java.util.List<BeeServer> getBeeServer()
public BeeProcess withBeeServer(BeeServer... __values)
public BeeProcess withBeeServer(java.util.Collection<BeeServer> __values)
public void setRuntime(java.lang.String runtime)
public java.lang.String getRuntime()
public BeeProcess withRuntime(java.lang.String runtime)
public void setVisibility(java.lang.String visibility)
public java.lang.String getVisibility()
public BeeProcess withVisibility(java.lang.String visibility)
public void setOptions(java.lang.String options)
public java.lang.String getOptions()
public BeeProcess withOptions(java.lang.String options)
public BeeProcess makeCopy()
makeCopy
in class DirectoryExtractNode
public static BeeProcess 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
writeTo
in class DirectoryExtractNode
javax.xml.bind.JAXBException
java.io.IOException
public static BeeProcess 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 DirectoryExtractNode
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class DirectoryExtractNode
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.