public interface IPackageResourceGuard
package resources against unwanted access.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String absolutePath)
Whether the package resource that can be reached using the provided parameters may be
accessed.
|
boolean accept(String absolutePath)
absolutePath - The absolute path, starting from the class root (packages are separated with
forward slashes instead of dots).Copyright © 2006–2018 Apache Software Foundation. All rights reserved.