org.jboss.system.server.profile.basic
Class IncludeExcludeVisitorAttributes

java.lang.Object
  extended by org.jboss.virtual.VisitorAttributes
      extended by org.jboss.system.server.profile.basic.IncludeExcludeVisitorAttributes

public class IncludeExcludeVisitorAttributes
extends org.jboss.virtual.VisitorAttributes

Include/exclude visitor attributes.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.virtual.VisitorAttributes
DEFAULT, LEAVES_ONLY, RECURSE, RECURSE_ALL, RECURSE_LEAVES_ONLY
 
Constructor Summary
IncludeExcludeVisitorAttributes(Set<String> includes, Set<String> excludes)
           
 
Method Summary
 
Methods inherited from class org.jboss.virtual.VisitorAttributes
getRecurseFilter, isIgnoreErrors, isIncludeHidden, isIncludeRoot, isLeavesOnly, isRecurse, setIgnoreErrors, setIncludeHidden, setIncludeRoot, setLeavesOnly, setRecurseFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludeExcludeVisitorAttributes

public IncludeExcludeVisitorAttributes(Set<String> includes,
                                       Set<String> excludes)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.