org.jbpm.jsf.core.config
Class Configuration.FileMatcher

java.lang.Object
  extended by org.jbpm.jsf.core.config.Configuration.FileMatcher
Enclosing class:
Configuration

public static final class Configuration.FileMatcher
extends Object


Constructor Summary
Configuration.FileMatcher(Pattern pattern, String contentType, String file)
           
 
Method Summary
 String getContentType()
           
 String getFile()
           
 Pattern getPattern()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration.FileMatcher

public Configuration.FileMatcher(Pattern pattern,
                                 String contentType,
                                 String file)
Method Detail

getContentType

public String getContentType()

getFile

public String getFile()

getPattern

public Pattern getPattern()