com.sun.enterprise.util.net
Class JarURIPattern

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

public class JarURIPattern
extends Object


Constructor Summary
JarURIPattern()
           
 
Method Summary
static List<String> getJarEntries(URI uri, 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 List<String> getJarEntries(URI uri,
                                         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.