public class LicenseTestUtil extends Object
| Constructor and Description |
|---|
LicenseTestUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
testDescriptorFiles(String directoryName) |
static void |
testFiles(String directoryName,
IOFileFilter fileFilter) |
static void |
testFiles(String directoryName,
IOFileFilter fileFilter,
List<String> excludePackageNames,
List<String> excludeFiles) |
static void |
testFilesGPL(String directoryName,
IOFileFilter fileFilter) |
static void |
testFilesGPL(String directoryName,
IOFileFilter fileFilter,
List<String> excludePackageNames,
List<String> excludeFiles) |
static void |
testJavaFiles(String directoryName) |
static void |
testJavaFiles(String directoryName,
List<String> excludePackageNames,
List<String> excludeJavaFiles) |
static void |
testJavaFilesGPL(String directoryName) |
static void |
testJavaFilesGPL(String directoryName,
List<String> excludePackageNames,
List<String> excludeFiles) |
public LicenseTestUtil()
public static void testDescriptorFiles(String directoryName) throws IOException
IOExceptionpublic static void testFiles(String directoryName, IOFileFilter fileFilter) throws IOException
IOExceptionpublic static void testFiles(String directoryName, IOFileFilter fileFilter, List<String> excludePackageNames, List<String> excludeFiles) throws IOException
IOExceptionpublic static void testFilesGPL(String directoryName, IOFileFilter fileFilter) throws IOException
IOExceptionpublic static void testFilesGPL(String directoryName, IOFileFilter fileFilter, List<String> excludePackageNames, List<String> excludeFiles) throws IOException
IOExceptionpublic static void testJavaFiles(String directoryName) throws IOException
IOExceptionpublic static void testJavaFiles(String directoryName, List<String> excludePackageNames, List<String> excludeJavaFiles) throws IOException
IOExceptionpublic static void testJavaFilesGPL(String directoryName) throws IOException
IOExceptionpublic static void testJavaFilesGPL(String directoryName, List<String> excludePackageNames, List<String> excludeFiles) throws IOException
IOExceptionCopyright © 2014. All rights reserved.