Package org.ow2.clif.util
Class ClifPrefetcher
- java.lang.Object
-
- org.ow2.clif.util.ClifPrefetcher
-
public class ClifPrefetcher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClifPrefetcher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.List<java.lang.String>findClassesInPackage(java.lang.String packageName, boolean exactMatch)static voidmain(java.lang.String[] args)intprefetch()intprefetchPackage(java.lang.String packageName, boolean exactMatch)
-
-
-
Method Detail
-
prefetch
public int prefetch()
-
prefetchPackage
public int prefetchPackage(java.lang.String packageName, boolean exactMatch)
-
findClassesInPackage
public static java.util.List<java.lang.String> findClassesInPackage(java.lang.String packageName, boolean exactMatch) throws java.io.IOException, java.net.URISyntaxException- Throws:
java.io.IOExceptionjava.net.URISyntaxException
-
main
public static void main(java.lang.String[] args) throws java.io.IOException, java.net.URISyntaxException- Throws:
java.io.IOExceptionjava.net.URISyntaxException
-
-