org.powermock.tests.utils.impl
Class PowerMockIgnorePackagesExtractorImpl

java.lang.Object
  extended by org.powermock.tests.utils.impl.PowerMockIgnorePackagesExtractorImpl
All Implemented Interfaces:
IgnorePackagesExtractor

public class PowerMockIgnorePackagesExtractorImpl
extends Object
implements IgnorePackagesExtractor


Constructor Summary
PowerMockIgnorePackagesExtractorImpl()
           
 
Method Summary
 String[] getPackagesToIgnore(AnnotatedElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerMockIgnorePackagesExtractorImpl

public PowerMockIgnorePackagesExtractorImpl()
Method Detail

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-2014. All Rights Reserved.