org.bibalex.daf.entities.phase
Class Patterns

java.lang.Object
  extended by org.bibalex.daf.entities.phase.Patterns

 class Patterns
extends java.lang.Object

Patterns for matching the files names.

Author:
Shehab.Kamal

Field Summary
(package private) static java.lang.String JobID
          Matches JobID only.
(package private) static java.lang.String JobIDAndNumber
          Matches JobID-Number.
(package private) static java.lang.String Number
          Matches numbers only.
 
Constructor Summary
Patterns()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JobIDAndNumber

static final java.lang.String JobIDAndNumber
Matches JobID-Number. This is the default pattern.

See Also:
Constant Field Values

JobID

static final java.lang.String JobID
Matches JobID only.

See Also:
Constant Field Values

Number

static final java.lang.String Number
Matches numbers only.

See Also:
Constant Field Values
Constructor Detail

Patterns

Patterns()