public abstract class FetcherCommand extends FetcherManagerCommand implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
fetcherName |
fetcherManagerInstance
Constructor and Description |
---|
FetcherCommand() |
FetcherCommand(FetcherCommand o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this FetcherCommand.
|
static FetcherCommand |
fromString(java.lang.String s)
String representation of this FetcherCommand.
|
java.lang.String |
getFetcherName()
name of the fetcher to operate
if null, applies to all fetchers |
FetcherCommand |
makeCopy() |
static FetcherCommand |
readFrom(java.io.InputStream is)
Read this FetcherCommand from an XML fragment.
|
void |
setFetcherName(java.lang.String fetcherName)
name of the fetcher to operate
if null, applies to all fetchers |
java.lang.String |
toString()
String representation of this FetcherCommand.
|
FetcherCommand |
withFetcherManagerInstance(java.lang.String fetcherManagerInstance) |
FetcherCommand |
withFetcherName(java.lang.String fetcherName) |
void |
writeTo(java.io.OutputStream os) |
getFetcherManagerInstance, setFetcherManagerInstance
public FetcherCommand()
public FetcherCommand(FetcherCommand o)
public FetcherCommand withFetcherManagerInstance(java.lang.String fetcherManagerInstance)
withFetcherManagerInstance
in class FetcherManagerCommand
public void setFetcherName(java.lang.String fetcherName)
public java.lang.String getFetcherName()
public FetcherCommand withFetcherName(java.lang.String fetcherName)
public FetcherCommand makeCopy()
makeCopy
in class FetcherManagerCommand
public static FetcherCommand 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 FetcherManagerCommand
javax.xml.bind.JAXBException
java.io.IOException
public static FetcherCommand 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 FetcherManagerCommand
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class FetcherManagerCommand
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.