public interface ClasspathServiceConfiguration
Modifier and Type | Method and Description |
---|---|
Charset |
getCharset()
Get the charset to be used to access the contents of the textual classpath resources.
|
Iterable<URL> |
getClasspathLocations()
Get possible classpath locations to search resources at (e.g. typically - URLs of the jar libraries in WEB-INF/lib folder).
|
Pattern |
getMonitoredResourcePattern()
Get a resource path pattern which would match the classpath resources that must be considered during
classpath monitoring.
|
com.google.common.base.Predicate<String> |
getResourceFilter()
Get a
Predicate which would based on the given classpath resource path deduce whether that is
actually a meaningful resource. |
Iterable<URL> getClasspathLocations()
com.google.common.base.Predicate<String> getResourceFilter()
Predicate
which would based on the given classpath resource path deduce whether that is
actually a meaningful resource.Charset getCharset()
Pattern getMonitoredResourcePattern()
MonitoredClasspathService
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.