@Deprecated
public class ResourceURICollector
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ResourceURICollector.FilePredicate
Deprecated.  
  | 
| Constructor and Description | 
|---|
ResourceURICollector()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
collectFiles(java.io.File dir,
            java.util.List<org.eclipse.emf.common.util.URI> result,
            com.google.common.base.Predicate<java.io.File> shouldCollect)
Deprecated.  
  | 
java.util.List<org.eclipse.emf.common.util.URI> | 
collectFiles(java.lang.String... files)
Deprecated.  
  | 
java.util.List<org.eclipse.emf.common.util.URI> | 
collectFiles(java.lang.String directory,
            com.google.common.base.Predicate<java.io.File> shouldCollect)
Deprecated.  
  | 
java.util.List<org.eclipse.emf.common.util.URI> | 
collectFiles(java.lang.String directory,
            java.lang.String... fileExtensions)
Deprecated.  
  | 
protected org.eclipse.emf.common.util.URI | 
createURI(java.io.File file)
Deprecated.  
  | 
protected void collectFiles(java.io.File dir,
                java.util.List<org.eclipse.emf.common.util.URI> result,
                com.google.common.base.Predicate<java.io.File> shouldCollect)
public java.util.List<org.eclipse.emf.common.util.URI> collectFiles(java.lang.String directory,
                                                           com.google.common.base.Predicate<java.io.File> shouldCollect)
public java.util.List<org.eclipse.emf.common.util.URI> collectFiles(java.lang.String directory,
                                                           java.lang.String... fileExtensions)
public java.util.List<org.eclipse.emf.common.util.URI> collectFiles(java.lang.String... files)
protected org.eclipse.emf.common.util.URI createURI(java.io.File file)