Searched refs:removeNonExistent (Results 1 – 1 of 1) sorted by relevance
37 public SourcePathCache (final String [] sourcepath, final boolean removeNonExistent) in SourcePathCache() argument46 if (! removeNonExistent || (dir.isDirectory () && dir.exists ())) in SourcePathCache()59 public SourcePathCache (final File [] sourcepath, final boolean removeNonExistent) in SourcePathCache() argument68 if (! removeNonExistent || (dir.isDirectory () && dir.exists ())) in SourcePathCache()