Uses of Class
com.caucho.config.types.PathPatternType

Packages that use PathPatternType
com.caucho.config.types   
com.caucho.env.deploy   
 

Uses of PathPatternType in com.caucho.config.types
 

Methods in com.caucho.config.types with parameters of type PathPatternType
 void FileSetType.addExclude(PathPatternType pattern)
          Adds an exclude pattern.
 void FileSetType.addInclude(PathPatternType pattern)
          Adds an include pattern.
 

Uses of PathPatternType in com.caucho.env.deploy
 

Methods in com.caucho.env.deploy with parameters of type PathPatternType
 void ExpandDeployController.addExpandCleanupFileSet(PathPatternType include)
          Sets the archive auto-remove file set.
 void ExpandDeployController.addExpandPreserveFileset(PathPatternType exclude)
          Sets the archive auto-remove file set.