The {@link #locateStream(String,File)} overrides the default strategy defined in{@link DefaultWildcardStreamLocator} and it tries to open the provided file as a JAR. If that's successfully openedall entries inside this container will be verified against the wildcard pattern. If the JAR-lookup strategy fails, default strategy is invoked.
For the moment this {@link WildcardStreamLocator} only supports a single wildcard.
@author Matias Mirabelli
|
|