|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.repository.search.indexing.refinement.RefineConfigXMLInfo
public class RefineConfigXMLInfo
Holder class for some details to allow generation of the refine-config xml. These details are populated by the RefineConfigGenerator and passed to the RefineConfigXMLGenerator for use.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
java.util.Set |
mMappingSet
Set of property mappings (e.g. |
java.lang.String |
mOutputName
String name of the refine config to use |
org.w3c.dom.Document |
mSourceDocument
XML document for the |
int |
mSpecificity
Specificity of this refine config, i.e. |
| Constructor Summary | |
|---|---|
RefineConfigXMLInfo()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
public java.lang.String mOutputName
public java.util.Set mMappingSet
public int mSpecificity
public org.w3c.dom.Document mSourceDocument
| Constructor Detail |
|---|
public RefineConfigXMLInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||