Package org.jboss.deployers.vfs.plugins.structure.modify

Examples of org.jboss.deployers.vfs.plugins.structure.modify.FileModificationTypeMatcher


         boolean checkChildren,
         boolean topLevelOnly,
         boolean childrenOnly,
         String... paths)
   {
      FileModificationTypeMatcher matcher = new FileModificationTypeMatcher(paths);
      matcher.setModificationType(type);
      matcher.setMetadataOnly(metadataOnly);
      matcher.setCheckChildren(checkChildren);
      matcher.setTopLevelOnly(topLevelOnly);
      matcher.setChildrenOnly(childrenOnly);
      return matcher;
   }
View Full Code Here

TOP

Related Classes of org.jboss.deployers.vfs.plugins.structure.modify.FileModificationTypeMatcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.