Class FindInFilesDlg

java.lang.Object

public class FindInFilesDlg
extends COMIDispatchObject
  • Field Summary

  • Method Summary

    Modifier and Type Method Description
    boolean getAdvancedXMLSearch()
    Returnssets a value indicating whether the ML specific options are considered.
    COMIDispatchObject getApplication()
    property Application
    boolean getDoReplace()
    Returnssets a value indicating whether the matched strings shall be replaced with the replacement string.
    java.lang.String getFileExtension()
    Returnssets the file filter list.
    java.lang.String getFind()
    Returnssets the string to search for.
    boolean getIncludeSubfolders()
    Returnssets a value indicating whether subfolders are searched.
    GUID getInterfaceIID()  
    boolean getMatchCase()
    Returnssets a value indicating whether the search is case sensitive.
    boolean getMatchWholeWord()
    Returnssets a value indicating whether the search string must match the whole word.
    COMIDispatchObject getParent()
    property Parent
    boolean getRegularExpression()
    Returnssets a value indicating whether the string searched for is a regular expression.
    java.lang.String getReplace()
    Returnssets the replacement string.
    boolean getReplaceOnDisk()
    Returnssets a value indicating whether the string replacement is done on disk (the modified file is not openend).
    boolean getSearchInProjectFilesDoExternal()
    Returnssets a value indicating whether external folders are searched.
    Enums.SPYFindInFilesSearchLocation getSearchLocation()
    Returnssets a value indicating the search location.
    boolean getShowResult()
    Returnssets a value indicating whether the search result is displayed in the FindInFiles Dialog.
    java.lang.String getStartFolder()
    Returnssets the folder name where the disk search starts.
    boolean getXMLAttributeContents()
    Returnssets a value indicating whether ML attribute contents are searched.
    boolean getXMLAttributeNames()
    Returnssets a value indicating whether ML attribute names are searched.
    boolean getXMLCData()
    Returnssets a value indicating whether ML CData is searched.
    boolean getXMLComments()
    Returnssets a value indicating whether ML comments are searched.
    boolean getXMLElementContents()
    Returnssets a value indicating whether ML element contents are searched.
    boolean getXMLElementNames()
    Returnssets a value indicating whether ML element names are searched.
    boolean getXMLPI()
    Returnssets a value indicating whether ML processing instructions are searched.
    boolean getXMLRest()
    Returnssets a value indicating whether the ML rest is searched.
    void setAdvancedXMLSearch​(boolean newValue)
    Returnssets a value indicating whether the ML specific options are considered.
    void setDoReplace​(boolean newValue)
    Returnssets a value indicating whether the matched strings shall be replaced with the replacement string.
    void setFileExtension​(java.lang.String newValue)
    Returnssets the file filter list.
    void setFind​(java.lang.String newValue)
    Returnssets the string to search for.
    void setIncludeSubfolders​(boolean newValue)
    Returnssets a value indicating whether subfolders are searched.
    void setMatchCase​(boolean newValue)
    Returnssets a value indicating whether the search is case sensitive.
    void setMatchWholeWord​(boolean newValue)
    Returnssets a value indicating whether the search string must match the whole word.
    void setRegularExpression​(boolean newValue)
    Returnssets a value indicating whether the string searched for is a regular expression.
    void setReplace​(java.lang.String newValue)
    Returnssets the replacement string.
    void setReplaceOnDisk​(boolean newValue)
    Returnssets a value indicating whether the string replacement is done on disk (the modified file is not openend).
    void setSearchInProjectFilesDoExternal​(boolean newValue)
    Returnssets a value indicating whether external folders are searched.
    void setSearchLocation​(Enums.SPYFindInFilesSearchLocation newValue)
    Returnssets a value indicating the search location.
    void setShowResult​(boolean newValue)
    Returnssets a value indicating whether the search result is displayed in the FindInFiles Dialog.
    void setStartFolder​(java.lang.String newValue)
    Returnssets the folder name where the disk search starts.
    void setXMLAttributeContents​(boolean newValue)
    Returnssets a value indicating whether ML attribute contents are searched.
    void setXMLAttributeNames​(boolean newValue)
    Returnssets a value indicating whether ML attribute names are searched.
    void setXMLCData​(boolean newValue)
    Returnssets a value indicating whether ML CData is searched.
    void setXMLComments​(boolean newValue)
    Returnssets a value indicating whether ML comments are searched.
    void setXMLElementContents​(boolean newValue)
    Returnssets a value indicating whether ML element contents are searched.
    void setXMLElementNames​(boolean newValue)
    Returnssets a value indicating whether ML element names are searched.
    void setXMLPI​(boolean newValue)
    Returnssets a value indicating whether ML processing instructions are searched.
    void setXMLRest​(boolean newValue)
    Returnssets a value indicating whether the ML rest is searched.

    Methods inherited from class com.altova.automation.libs.COMIDispatchObject

    addListener, getProperty, getProperty, invoke, removeListener, setProperty, setProperty

    Methods inherited from class com.altova.automation.libs.COMIUnknownObject

    dispose, equals, getCOMInterfacePointer, isNull

    Methods inherited from class java.lang.Object

    getClass, hashCode, notify, notifyAll, toString, wait, wait, wait