Ignore:
Timestamp:
03/06/10 14:20:46 (2 years ago)
Author:
sys
Message:

Exp de recherche : ItemSgnRegexp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_Wsp/src/com/scenari/wsp/src/search/SearchExecutorWsp.java

    r14479 r15063  
    4949import com.scenari.src.search.exp.LinkParents; 
    5050import com.scenari.src.search.exp.LinkParentsOutOfFolder; 
     51import com.scenari.wsp.src.search.exp.ItemSgnRegexp; 
    5152import com.scenari.wsp.src.search.exp.ItemSrcType; 
    5253 
     
    8586                Class vClass = pExp.getClass(); 
    8687                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); 
    8789                if (vClass == FullText.class) return new FullTextExecExp(this).init((FullText) pExp, pMakeContext); 
    8890                if (vClass == LinkDesc.class) return new LinkDescExecExp(this).init((LinkDesc) pExp, pMakeContext); 
Note: See TracChangeset for help on using the changeset viewer.