public class CollectFiles extends JdrCommand
Constructor and Description |
---|
CollectFiles(String pattern) |
CollectFiles(org.jboss.vfs.VirtualFileFilter filter) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
executes the command
JdrPlugin implementations do not need to call this method. |
CollectFiles |
limit(long limit) |
CollectFiles |
omit(String pattern) |
CollectFiles |
sanitizer(Sanitizer... sanitizers) |
CollectFiles |
sorter(Comparator<org.jboss.vfs.VirtualFile> sorter) |
setEnvironment
public CollectFiles(org.jboss.vfs.VirtualFileFilter filter)
public CollectFiles(String pattern)
public CollectFiles sanitizer(Sanitizer... sanitizers)
public CollectFiles sorter(Comparator<org.jboss.vfs.VirtualFile> sorter)
public CollectFiles limit(long limit)
public CollectFiles omit(String pattern)
public void execute() throws Exception
JdrCommand
JdrPlugin
implementations do not need to call this method.execute
in class JdrCommand
Exception
Copyright © 2013 JBoss by Red Hat. All rights reserved.