Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.ide.net.URIFilter

Uses of URIFilter in javax.ide.net
 

Methods in javax.ide.net with parameters of type URIFilter
 java.net.URI[] VirtualFileSystem.list(java.net.URI uri, URIFilter filter)
          Returns an array of java.net.URIs identifying resources in the directory resource indicated by the java.net.URI; the specified URIFilter is applied to determine which java.net.URIs will be returned.
 java.net.URI[] VirtualFileSystemHelper.list(java.net.URI uri, URIFilter filter)
          Returns an array of java.net.URIs naming files and directories in the directory indicated by the java.net.URI; the specified URIFilter is applied to determine which java.net.URIs will be returned.