Searched refs:RESTYPES (Results 1 – 1 of 1) sorted by relevance
47 public final String[] RESTYPES = { ".src",".hrc",".xcu",".xrm",".xhp" }; field in EditorController108 for(int cnt = 0; cnt < RESTYPES.length ; cnt++){ in isResourceType()109 if( filename.endsWith( RESTYPES[ cnt ] ) ) in isResourceType()