org.opencms.setup.xml
Class CmsXmlRemovePageSearchIndexSource1

java.lang.Object
  extended byorg.opencms.setup.xml.A_CmsSetupXmlUpdate
      extended byorg.opencms.setup.xml.CmsXmlRemovePageSearchIndexSource1
All Implemented Interfaces:
I_CmsSetupXmlUpdate

public class CmsXmlRemovePageSearchIndexSource1
extends A_CmsSetupXmlUpdate

Removes the doctype 'page' from the search index source 'source1'.

Since:
6.1.8
Version:
$Revision: 1.2 $
Author:
Michael Moossen

Constructor Summary
CmsXmlRemovePageSearchIndexSource1()
           
 
Method Summary
 java.lang.String getName()
          Returns the nice name for the change.
 java.lang.String getXmlFilename()
          Returns the affected xml configuration file name.
protected  java.util.List getXPathsToRemove()
          Returns a list of xpaths for the nodes to remove.
 
Methods inherited from class org.opencms.setup.xml.A_CmsSetupXmlUpdate
execute, executeUpdate, getCodeToChange, getCommonPath, getXPathsToUpdate, prepareDoc, updateDoc, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsXmlRemovePageSearchIndexSource1

public CmsXmlRemovePageSearchIndexSource1()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: I_CmsSetupXmlUpdate
Returns the nice name for the change.

Returns:
the nice name
See Also:
I_CmsSetupXmlUpdate.getName()

getXmlFilename

public java.lang.String getXmlFilename()
Description copied from interface: I_CmsSetupXmlUpdate
Returns the affected xml configuration file name.

Returns:
the xml file name
See Also:
I_CmsSetupXmlUpdate.getXmlFilename()

getXPathsToRemove

protected java.util.List getXPathsToRemove()
Description copied from class: A_CmsSetupXmlUpdate
Returns a list of xpaths for the nodes to remove.

Overrides:
getXPathsToRemove in class A_CmsSetupXmlUpdate
Returns:
a list of strings
See Also:
A_CmsSetupXmlUpdate.getXPathsToUpdate()