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