|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.services.clientserver.SystemSearchString
public class SystemSearchString
This class represents search string.
Field Summary | |
---|---|
protected String |
classificationString
|
static int |
DEPTH_INFINITE
Constant indicating that the depth is infinite, -1. |
protected String |
fileNamesString
|
protected boolean |
includeArchives
|
protected boolean |
includeSubfolders
|
protected boolean |
isCaseSensitive
|
protected boolean |
isFileNamesCaseSensitive
|
protected boolean |
isFileNamesRegex
|
protected boolean |
isTextStringRegex
|
protected String |
textString
|
Constructor Summary | |
---|---|
SystemSearchString(String textString,
boolean isCaseSensitive,
boolean isTextStringRegex,
String fileNamesString,
boolean isFileNamesRegex,
boolean includeArchives,
boolean includeSubfolders)
Creates a new search string. |
|
SystemSearchString(String textString,
boolean isCaseSensitive,
boolean isTextStringRegex,
String fileNamesString,
boolean isFileNamesCaseSensitive,
boolean isFileNamesRegex,
boolean includeArchives,
boolean includeSubfolders)
Creates a new search string. |
|
SystemSearchString(String textString,
boolean isCaseSensitive,
boolean isTextStringRegex,
String fileNamesString,
boolean isFileNamesCaseSensitive,
boolean isFileNamesRegex,
boolean includeArchives,
boolean includeSubfolders,
String classificationString)
Creates a new search string that allows search to be restricted to files with a certain classification. |
|
SystemSearchString(String textString,
boolean isCaseSensitive,
boolean isTextStringRegex,
String fileNamesString,
boolean isFileNamesRegex,
boolean includeArchives,
boolean includeSubfolders,
String classificationString)
Creates a new search string that allows search to be restricted to files with a certain classification. |
Method Summary | |
---|---|
String |
getClassificationString()
Returns the classification string that file classifications should match with. |
String |
getFileNamesString()
Returns the file names string. |
String |
getTextString()
Returns the text string. |
boolean |
isCaseSensitive()
Returns whether the search is case sensitive. |
boolean |
isFileNamesCaseSensitive()
Returns whether the file names search is case sensitive. |
boolean |
isFileNamesRegex()
Returns whether the file names string is a regular expression. |
boolean |
isIncludeArchives()
Returns whether archives should be searched. |
boolean |
isIncludeSubfolders()
Returns whether subfolders should be searched. |
boolean |
isTextStringRegex()
Returns whether the text string is a regular expression. |
String |
toString()
Writes the contents of the search string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int DEPTH_INFINITE
protected String textString
protected boolean isCaseSensitive
protected boolean isTextStringRegex
protected String fileNamesString
protected boolean isFileNamesCaseSensitive
protected boolean isFileNamesRegex
protected boolean includeArchives
protected boolean includeSubfolders
protected String classificationString
Constructor Detail |
---|
public SystemSearchString(String textString, boolean isCaseSensitive, boolean isTextStringRegex, String fileNamesString, boolean isFileNamesRegex, boolean includeArchives, boolean includeSubfolders)
textString
- the text string.isCaseSensitive
- true
if the search should be case sensitive, false
otherwise.isTextStringRegex
- true
if the text string is a regular expression, false
otherwise.fileNamesString
- the file names pattern.isFileNamesRegex
- true
if the file names string is a regular expression, false
otherwise.includeArchives
- true
to search inside archives, false
otherwise.includeSubfolders
- true
to search subfolders, false
otherwise.public SystemSearchString(String textString, boolean isCaseSensitive, boolean isTextStringRegex, String fileNamesString, boolean isFileNamesCaseSensitive, boolean isFileNamesRegex, boolean includeArchives, boolean includeSubfolders)
textString
- the text string.isCaseSensitive
- true
if the search should be case sensitive, false
otherwise.isTextStringRegex
- true
if the text string is a regular expression, false
otherwise.fileNamesString
- the file names pattern.isFileNamesCaseSensitive
- true
if the file name search should be case sensitive, false
otherwise.isFileNamesRegex
- true
if the file names string is a regular expression, false
otherwise.includeArchives
- true
to search inside archives, false
otherwise.includeSubfolders
- true
to search subfolders, false
otherwise.public SystemSearchString(String textString, boolean isCaseSensitive, boolean isTextStringRegex, String fileNamesString, boolean isFileNamesRegex, boolean includeArchives, boolean includeSubfolders, String classificationString)
textString
- the text string.isCaseSensitive
- true
if the search should be case sensitive, false
otherwise.isTextStringRegex
- true
if the text string is a regular expression, false
otherwise.fileNamesString
- the file names pattern.isFileNamesRegex
- true
if the file names string is a regular expression, false
otherwise.includeArchives
- true
to search inside archives, false
otherwise.includeSubfolders
- true
to search subfolders, false
otherwise.classificationString
- the classification string that file classifications should match with.public SystemSearchString(String textString, boolean isCaseSensitive, boolean isTextStringRegex, String fileNamesString, boolean isFileNamesCaseSensitive, boolean isFileNamesRegex, boolean includeArchives, boolean includeSubfolders, String classificationString)
textString
- the text string.isCaseSensitive
- true
if the search should be case sensitive, false
otherwise.isTextStringRegex
- true
if the text string is a regular expression, false
otherwise.fileNamesString
- the file names pattern.isFileNamesCaseSensitive
- true
if the file name search should be case sensitive, false
otherwise.isFileNamesRegex
- true
if the file names string is a regular expression, false
otherwise.includeArchives
- true
to search inside archives, false
otherwise.includeSubfolders
- true
to search subfolders, false
otherwise.classificationString
- the classification string that file classifications should match with.Method Detail |
---|
public String getTextString()
public boolean isCaseSensitive()
true
if the search is case sensitive, false
otherwise.public boolean isTextStringRegex()
true
if the text string is a regular expression, false
otherwise.public String getFileNamesString()
public boolean isFileNamesCaseSensitive()
true
if the file names search is case sensitive, false
otherwise.public boolean isFileNamesRegex()
true
if the file names string is a regular expression, false
otherwise.public boolean isIncludeArchives()
true
to search archives, false
otherwise.public boolean isIncludeSubfolders()
true
to search subfolders, false
otherwise.public String getClassificationString()
public String toString()
toString
in class Object
Object.toString()
|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |