| Modifier and Type | Method and Description | 
|---|---|
java.lang.String[] | 
getProvidedPackageNames()
Array of Java package names that are shadowed by this package. 
 | 
java.util.Map<java.lang.String,java.lang.String> | 
getShadowMap()
Return the mapping of class name to shadow name. 
 | 
default java.util.Map<java.lang.String,java.lang.String> | 
getShadowPickerMap()
Map of framework classes which may be represented by more than one shadow, to be picked at runtime. 
 | 
void | 
reset()
Reset the static state of all shadows provided by this package. 
 | 
void reset()
Reset the static state of all shadows provided by this package.
java.lang.String[] getProvidedPackageNames()
Array of Java package names that are shadowed by this package.
java.util.Map<java.lang.String,java.lang.String> getShadowMap()
Return the mapping of class name to shadow name.
default java.util.Map<java.lang.String,java.lang.String> getShadowPickerMap()
Map of framework classes which may be represented by more than one shadow, to be picked at runtime.