Package com.altova.automation.XMLSpy
Class FindInFilesDlg
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.XMLSpy.FindInFilesDlg
public class FindInFilesDlg extends COMIDispatchObject
-
Field Summary
Fields inherited from class com.altova.automation.libs.COMIDispatchObject
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF -
Method Summary
Modifier and Type Method Description booleangetAdvancedXMLSearch()Returnssets a value indicating whether the ML specific options are considered.COMIDispatchObjectgetApplication()property ApplicationbooleangetDoReplace()Returnssets a value indicating whether the matched strings shall be replaced with the replacement string.java.lang.StringgetFileExtension()Returnssets the file filter list.java.lang.StringgetFind()Returnssets the string to search for.booleangetIncludeSubfolders()Returnssets a value indicating whether subfolders are searched.GUIDgetInterfaceIID()booleangetMatchCase()Returnssets a value indicating whether the search is case sensitive.booleangetMatchWholeWord()Returnssets a value indicating whether the search string must match the whole word.COMIDispatchObjectgetParent()property ParentbooleangetRegularExpression()Returnssets a value indicating whether the string searched for is a regular expression.java.lang.StringgetReplace()Returnssets the replacement string.booleangetReplaceOnDisk()Returnssets a value indicating whether the string replacement is done on disk (the modified file is not openend).booleangetSearchInProjectFilesDoExternal()Returnssets a value indicating whether external folders are searched.Enums.SPYFindInFilesSearchLocationgetSearchLocation()Returnssets a value indicating the search location.booleangetShowResult()Returnssets a value indicating whether the search result is displayed in the FindInFiles Dialog.java.lang.StringgetStartFolder()Returnssets the folder name where the disk search starts.booleangetXMLAttributeContents()Returnssets a value indicating whether ML attribute contents are searched.booleangetXMLAttributeNames()Returnssets a value indicating whether ML attribute names are searched.booleangetXMLCData()Returnssets a value indicating whether ML CData is searched.booleangetXMLComments()Returnssets a value indicating whether ML comments are searched.booleangetXMLElementContents()Returnssets a value indicating whether ML element contents are searched.booleangetXMLElementNames()Returnssets a value indicating whether ML element names are searched.booleangetXMLPI()Returnssets a value indicating whether ML processing instructions are searched.booleangetXMLRest()Returnssets a value indicating whether the ML rest is searched.voidsetAdvancedXMLSearch(boolean newValue)Returnssets a value indicating whether the ML specific options are considered.voidsetDoReplace(boolean newValue)Returnssets a value indicating whether the matched strings shall be replaced with the replacement string.voidsetFileExtension(java.lang.String newValue)Returnssets the file filter list.voidsetFind(java.lang.String newValue)Returnssets the string to search for.voidsetIncludeSubfolders(boolean newValue)Returnssets a value indicating whether subfolders are searched.voidsetMatchCase(boolean newValue)Returnssets a value indicating whether the search is case sensitive.voidsetMatchWholeWord(boolean newValue)Returnssets a value indicating whether the search string must match the whole word.voidsetRegularExpression(boolean newValue)Returnssets a value indicating whether the string searched for is a regular expression.voidsetReplace(java.lang.String newValue)Returnssets the replacement string.voidsetReplaceOnDisk(boolean newValue)Returnssets a value indicating whether the string replacement is done on disk (the modified file is not openend).voidsetSearchInProjectFilesDoExternal(boolean newValue)Returnssets a value indicating whether external folders are searched.voidsetSearchLocation(Enums.SPYFindInFilesSearchLocation newValue)Returnssets a value indicating the search location.voidsetShowResult(boolean newValue)Returnssets a value indicating whether the search result is displayed in the FindInFiles Dialog.voidsetStartFolder(java.lang.String newValue)Returnssets the folder name where the disk search starts.voidsetXMLAttributeContents(boolean newValue)Returnssets a value indicating whether ML attribute contents are searched.voidsetXMLAttributeNames(boolean newValue)Returnssets a value indicating whether ML attribute names are searched.voidsetXMLCData(boolean newValue)Returnssets a value indicating whether ML CData is searched.voidsetXMLComments(boolean newValue)Returnssets a value indicating whether ML comments are searched.voidsetXMLElementContents(boolean newValue)Returnssets a value indicating whether ML element contents are searched.voidsetXMLElementNames(boolean newValue)Returnssets a value indicating whether ML element names are searched.voidsetXMLPI(boolean newValue)Returnssets a value indicating whether ML processing instructions are searched.voidsetXMLRest(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, setPropertyMethods inherited from class com.altova.automation.libs.COMIUnknownObject
dispose, equals, getCOMInterfacePointer, isNull
-
Method Details
-
getInterfaceIID
-
getApplication
property Application- Throws:
AutomationException
-
getParent
property Parent- Throws:
AutomationException
-
getFind
Returnssets the string to search for.- Throws:
AutomationException
-
setFind
Returnssets the string to search for.- Throws:
AutomationException
-
getRegularExpression
Returnssets a value indicating whether the string searched for is a regular expression.- Throws:
AutomationException
-
setRegularExpression
Returnssets a value indicating whether the string searched for is a regular expression.- Throws:
AutomationException
-
getReplace
Returnssets the replacement string.- Throws:
AutomationException
-
setReplace
Returnssets the replacement string.- Throws:
AutomationException
-
getReplaceOnDisk
Returnssets a value indicating whether the string replacement is done on disk (the modified file is not openend).- Throws:
AutomationException
-
setReplaceOnDisk
Returnssets a value indicating whether the string replacement is done on disk (the modified file is not openend).- Throws:
AutomationException
-
getDoReplace
Returnssets a value indicating whether the matched strings shall be replaced with the replacement string.- Throws:
AutomationException
-
setDoReplace
Returnssets a value indicating whether the matched strings shall be replaced with the replacement string.- Throws:
AutomationException
-
getMatchWholeWord
Returnssets a value indicating whether the search string must match the whole word.- Throws:
AutomationException
-
setMatchWholeWord
Returnssets a value indicating whether the search string must match the whole word.- Throws:
AutomationException
-
getMatchCase
Returnssets a value indicating whether the search is case sensitive.- Throws:
AutomationException
-
setMatchCase
Returnssets a value indicating whether the search is case sensitive.- Throws:
AutomationException
-
getSearchLocation
Returnssets a value indicating the search location.- Throws:
AutomationException
-
setSearchLocation
public void setSearchLocation(Enums.SPYFindInFilesSearchLocation newValue) throws AutomationExceptionReturnssets a value indicating the search location.- Throws:
AutomationException
-
getStartFolder
Returnssets the folder name where the disk search starts.- Throws:
AutomationException
-
setStartFolder
Returnssets the folder name where the disk search starts.- Throws:
AutomationException
-
getIncludeSubfolders
Returnssets a value indicating whether subfolders are searched.- Throws:
AutomationException
-
setIncludeSubfolders
Returnssets a value indicating whether subfolders are searched.- Throws:
AutomationException
-
getSearchInProjectFilesDoExternal
Returnssets a value indicating whether external folders are searched.- Throws:
AutomationException
-
setSearchInProjectFilesDoExternal
Returnssets a value indicating whether external folders are searched.- Throws:
AutomationException
-
getFileExtension
Returnssets the file filter list.- Throws:
AutomationException
-
setFileExtension
Returnssets the file filter list.- Throws:
AutomationException
-
getAdvancedXMLSearch
Returnssets a value indicating whether the ML specific options are considered.- Throws:
AutomationException
-
setAdvancedXMLSearch
Returnssets a value indicating whether the ML specific options are considered.- Throws:
AutomationException
-
getXMLElementNames
Returnssets a value indicating whether ML element names are searched.- Throws:
AutomationException
-
setXMLElementNames
Returnssets a value indicating whether ML element names are searched.- Throws:
AutomationException
-
getXMLElementContents
Returnssets a value indicating whether ML element contents are searched.- Throws:
AutomationException
-
setXMLElementContents
Returnssets a value indicating whether ML element contents are searched.- Throws:
AutomationException
-
getXMLAttributeNames
Returnssets a value indicating whether ML attribute names are searched.- Throws:
AutomationException
-
setXMLAttributeNames
Returnssets a value indicating whether ML attribute names are searched.- Throws:
AutomationException
-
getXMLAttributeContents
Returnssets a value indicating whether ML attribute contents are searched.- Throws:
AutomationException
-
setXMLAttributeContents
Returnssets a value indicating whether ML attribute contents are searched.- Throws:
AutomationException
-
getXMLComments
Returnssets a value indicating whether ML comments are searched.- Throws:
AutomationException
-
setXMLComments
Returnssets a value indicating whether ML comments are searched.- Throws:
AutomationException
-
getXMLCData
Returnssets a value indicating whether ML CData is searched.- Throws:
AutomationException
-
setXMLCData
Returnssets a value indicating whether ML CData is searched.- Throws:
AutomationException
-
getXMLPI
Returnssets a value indicating whether ML processing instructions are searched.- Throws:
AutomationException
-
setXMLPI
Returnssets a value indicating whether ML processing instructions are searched.- Throws:
AutomationException
-
getXMLRest
Returnssets a value indicating whether the ML rest is searched.- Throws:
AutomationException
-
setXMLRest
Returnssets a value indicating whether the ML rest is searched.- Throws:
AutomationException
-
getShowResult
Returnssets a value indicating whether the search result is displayed in the FindInFiles Dialog.- Throws:
AutomationException
-
setShowResult
Returnssets a value indicating whether the search result is displayed in the FindInFiles Dialog.- Throws:
AutomationException
-