public class ImportWildcardXmlModelFactory extends ProtectedXmlModelFactory
ALIAS, locatorFactory, model, processedImports, TAG_IMPORT| Constructor and Description |
|---|
ImportWildcardXmlModelFactory() |
| Modifier and Type | Method and Description |
|---|---|
ro.isdc.wro.util.Function<Collection<File>,Void> |
createExpanderHandler(String uri,
String baseNameFolder,
ThreadLocal<List<String>> resultLocal)
create the handler which expand the import containing wildcard.
|
protected List<String> |
findAll(String uri)
Recherche tous les fichiers correspondant a l'uri
|
protected List<String> |
listAcceptableFile(String pattern,
URL url) |
protected void |
processImports(Document document) |
create, createDocument, createImportedModel, getDefaultModelFilename, parseGroups, processGroups, setValidateXmlprotected void processImports(Document document)
processImports in class ProtectedXmlModelFactoryprotected List<String> findAll(String uri)
uri - protected List<String> listAcceptableFile(String pattern, URL url) throws IOException
pattern - le pattern recherche de la forme: a/b/c/**.xmlurl - l'url du jar dans lequel il faut faire la rechercheIOExceptionpublic ro.isdc.wro.util.Function<Collection<File>,Void> createExpanderHandler(String uri, String baseNameFolder, ThreadLocal<List<String>> resultLocal)
Copyright © 2012–2014 CodeLutin. All rights reserved.