Class FindConfigResourceURIsTask
java.lang.Object
com.sun.faces.config.manager.tasks.FindConfigResourceURIsTask
- All Implemented Interfaces:
Callable<Collection<URI>>
public class FindConfigResourceURIsTask extends Object implements Callable<Collection<URI>>
This Callable will be used by
ConfigManager#getXMLDocuments(jakarta.servlet.ServletContext, java.util.List, java.util.concurrent.ExecutorService, boolean).
It represents one or more URIs to configuration resources that require processing.
-
Constructor Summary
Constructors Constructor Description FindConfigResourceURIsTask(ConfigurationResourceProvider provider, jakarta.servlet.ServletContext servletContext)Constructs a newURITaskinstance. -
Method Summary
Modifier and Type Method Description Collection<URI>call()
-
Constructor Details
-
FindConfigResourceURIsTask
public FindConfigResourceURIsTask(ConfigurationResourceProvider provider, jakarta.servlet.ServletContext servletContext)Constructs a newURITaskinstance.- Parameters:
provider- theConfigurationResourceProviderfrom which zero or moreURLs will be returnedservletContext- theServletContextof the current application
-
-
Method Details