Package org.testng.internal.protocols
Class Processor
java.lang.Object
org.testng.internal.protocols.Processor
- Direct Known Subclasses:
BundledResourceProcessor
,FileProcessor
,JarProcessor
,NoOpProcessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static boolean
findClassesInDirPackage
(String packageName, List<String> included, List<String> excluded, String packagePath, boolean recursive) includeOrExcludeClass
(String packageName, String className, List<String> included, List<String> excluded) private static boolean
private static String
makeFullClassName
(String pkg, String cls) static Processor
newInstance
(String protocol)
-
Field Details
-
CLS_NAME
-
-
Constructor Details
-
Processor
public Processor()
-
-
Method Details
-
newInstance
-
process
-
findClassesInDirPackage
-
makeFullClassName
-
includeOrExcludeClass
-
isIncluded
- Returns:
- true if name should be included.
-
find
-