- Timestamp:
- 03/06/10 14:20:46 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_Wsp/src/com/scenari/wsp/src/search/SearchExecutorWsp.java
r14479 r15063 49 49 import com.scenari.src.search.exp.LinkParents; 50 50 import com.scenari.src.search.exp.LinkParentsOutOfFolder; 51 import com.scenari.wsp.src.search.exp.ItemSgnRegexp; 51 52 import com.scenari.wsp.src.search.exp.ItemSrcType; 52 53 … … 85 86 Class vClass = pExp.getClass(); 86 87 if (vClass == ItemSrcType.class) return new ItemSrcTypeExecExp(this).init((ItemSrcType) pExp, pMakeContext); 88 if (vClass == ItemSgnRegexp.class) return new ItemSgnRegexpExecExp(this).init((ItemSgnRegexp) pExp, pMakeContext); 87 89 if (vClass == FullText.class) return new FullTextExecExp(this).init((FullText) pExp, pMakeContext); 88 90 if (vClass == LinkDesc.class) return new LinkDescExecExp(this).init((LinkDesc) pExp, pMakeContext);
Note: See TracChangeset
for help on using the changeset viewer.