org.powermock.tests.utils.impl
Class PowerMockIgnorePackagesExtractorImpl
java.lang.Object
org.powermock.tests.utils.impl.PowerMockIgnorePackagesExtractorImpl
- All Implemented Interfaces:
- IgnorePackagesExtractor
public class PowerMockIgnorePackagesExtractorImpl
- extends Object
- implements IgnorePackagesExtractor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PowerMockIgnorePackagesExtractorImpl
public PowerMockIgnorePackagesExtractorImpl()
getPackagesToIgnore
public String[] getPackagesToIgnore(AnnotatedElement element)
- Specified by:
getPackagesToIgnore in interface IgnorePackagesExtractor
- Returns:
- Returns a string-array of all package names if annotation was
found.
Copyright © 2007-2013. All Rights Reserved.