Package net.timewalker.ffmq4.management
Class DescriptorTools
- java.lang.Object
-
- net.timewalker.ffmq4.management.DescriptorTools
-
public final class DescriptorTools extends Object
DescriptorTools
-
-
Constructor Summary
Constructors Constructor Description DescriptorTools()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static File[]getDescriptorFiles(File definitionDir, String prefix, String suffix)Find all descriptor files with the given prefix in a target folder
-
-
-
Method Detail
-
getDescriptorFiles
public static File[] getDescriptorFiles(File definitionDir, String prefix, String suffix)
Find all descriptor files with the given prefix in a target folder- Parameters:
definitionDir- the target folderprefix- the descriptor filename prefix- Returns:
- an array of descriptor files
-
-