Package org.jboss.as.jdr.commands
Class CollectFiles
java.lang.Object
org.jboss.as.jdr.commands.JdrCommand
org.jboss.as.jdr.commands.CollectFiles
-
Constructor Summary
ConstructorsConstructorDescriptionCollectFiles(String pattern) CollectFiles(org.jboss.vfs.VirtualFileFilter filter) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()executes the commandJdrPluginimplementations do not need to call this method.limit(long limit) sorter(Comparator<org.jboss.vfs.VirtualFile> sorter) Methods inherited from class org.jboss.as.jdr.commands.JdrCommand
setEnvironment
-
Constructor Details
-
CollectFiles
public CollectFiles(org.jboss.vfs.VirtualFileFilter filter) -
CollectFiles
-
-
Method Details
-
sanitizer
-
sorter
-
limit
-
omit
-
execute
Description copied from class:JdrCommandexecutes the commandJdrPluginimplementations do not need to call this method.- Specified by:
executein classJdrCommand- Throws:
Exception
-