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) |
setEnvironmentpublic 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
JdrCommandJdrPlugin implementations do not need to call this method.execute in class JdrCommandExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.