Package org.jboss.as.jdr.commands
Class CollectFiles
- java.lang.Object
-
- org.jboss.as.jdr.commands.JdrCommand
-
- org.jboss.as.jdr.commands.CollectFiles
-
public class CollectFiles extends JdrCommand
-
-
Constructor Summary
Constructors Constructor Description CollectFiles(String pattern)CollectFiles(org.jboss.vfs.VirtualFileFilter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()executes the commandJdrPluginimplementations do not need to call this method.CollectFileslimit(long limit)CollectFilesomit(String pattern)CollectFilessanitizer(Sanitizer... sanitizers)CollectFilessorter(Comparator<org.jboss.vfs.VirtualFile> sorter)-
Methods inherited from class org.jboss.as.jdr.commands.JdrCommand
setEnvironment
-
-
-
-
Constructor Detail
-
CollectFiles
public CollectFiles(org.jboss.vfs.VirtualFileFilter filter)
-
CollectFiles
public CollectFiles(String pattern)
-
-
Method Detail
-
sanitizer
public CollectFiles sanitizer(Sanitizer... sanitizers)
-
sorter
public CollectFiles sorter(Comparator<org.jboss.vfs.VirtualFile> sorter)
-
limit
public CollectFiles limit(long limit)
-
omit
public CollectFiles omit(String pattern)
-
execute
public void execute() throws ExceptionDescription copied from class:JdrCommandexecutes the commandJdrPluginimplementations do not need to call this method.- Specified by:
executein classJdrCommand- Throws:
Exception
-
-