OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.net.AQPathFilter

Packages that use AQPathFilter
com.aquafold.openapi.net   
 

Uses of AQPathFilter in com.aquafold.openapi.net
 

Methods in com.aquafold.openapi.net that return AQPathFilter
 AQPathFilter AQFtpFileSystem.newRegexExcludeFilter(String regex)
          Returns a new instance of filter that passes only files that don't match the regular expression.
 AQPathFilter AQHadoopDistributedFileSystem.newRegexExcludeFilter(String regex)
          Returns a new instance of filter that passes only files that don't match the regular expression.
 

Methods in com.aquafold.openapi.net with parameters of type AQPathFilter
 String[] AQFtpFileSystem.glob(String pattern, AQPathFilter filter)
          Returns an array of FileStatus objects whose path names match pathPattern and is accepted by the user-supplied path filter.
 String[] AQHadoopDistributedFileSystem.glob(String pattern, AQPathFilter filter)
          Returns an array of FileStatus objects whose path names match pathPattern and is accepted by the user-supplied path filter.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.