- canSearch() - Method in interface org.openidex.search.SearchInfo
-
Determines whether the object which provided this SearchInfo
can be searched.
- clone() - Method in class org.openidex.search.SearchType
-
Clones seach type.
- create(String, boolean, boolean, boolean) - Static method in class org.openidex.search.SearchPattern
-
Creates a new SearchPattern in accordance with given parameters
- createCompoundSearchInfo(SearchInfo...) - Static method in class org.openidex.search.SearchInfoFactory
-
Creates a SearchInfo
compound of the given delegates.
- createSearchGroup() - Method in interface org.openidex.search.SearchGroup.Factory
-
Creates new SearchGroup
object.
- createSearchGroup(Class) - Static method in class org.openidex.search.SearchGroup.Registry
-
Creates a SearchGroup
for the specified search object
type.
- createSearchGroups(SearchType[]) - Static method in class org.openidex.search.SearchGroup
-
Creates a search group for each type of object searchable by all
the specified search types.
- createSearchInfo(FileObject, boolean, FileObjectFilter[]) - Static method in class org.openidex.search.SearchInfoFactory
-
Creates a SearchInfo
object for a given folder.
- createSearchInfo(FileObject[], boolean, FileObjectFilter[]) - Static method in class org.openidex.search.SearchInfoFactory
-
Creates a SearchInfo
object for given folders.
- createSearchInfoBySubnodes(Node) - Static method in class org.openidex.search.SearchInfoFactory
-
Creates a SearchInfo
object combining
SearchInfo
objects returned by the node's subnodes.
- createSearchTypeClasses() - Method in class org.openidex.search.SearchType
-
Actually creates array of class types of objects this search type can search.