com.sun.enterprise.util.net
Class JarURIPattern

java.lang.Object
  extended by com.sun.enterprise.util.net.JarURIPattern

public class JarURIPattern
extends java.lang.Object


Constructor Summary
JarURIPattern()
           
 
Method Summary
static java.util.List<java.lang.String> getJarEntries(java.net.URI uri, java.util.regex.Pattern pattern)
          This method is used to extract URI of jar entries that match a given pattern.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarURIPattern

public JarURIPattern()
Method Detail

getJarEntries

public static java.util.List<java.lang.String> getJarEntries(java.net.URI uri,
                                                             java.util.regex.Pattern pattern)
This method is used to extract URI of jar entries that match a given pattern.

Parameters:
uri -
pattern -


Copyright © 2012 GlassFish Community. All Rights Reserved.