Java org.apache.hadoop.fs GlobPattern fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.fs GlobPattern fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.fs GlobPattern.

The text is from its open source code.

Field

Constructor

GlobPattern(String globPattern)
Construct the glob pattern object with a glob pattern string

Method

Patterncompile(String globPattern)
Compile glob pattern string
booleanmatches(CharSequence s)
Match input against the compiled glob pattern