org.jvnet.jaxb2.maven2.net
Class JarURILastModifiedResolver

java.lang.Object
  extended by org.jvnet.jaxb2.maven2.net.AbstractSchemeAwareURILastModifiedResolver
      extended by org.jvnet.jaxb2.maven2.net.JarURILastModifiedResolver
All Implemented Interfaces:
SchemeAwareURILastModifiedResolver, URILastModifiedResolver

public class JarURILastModifiedResolver
extends AbstractSchemeAwareURILastModifiedResolver


Field Summary
static String SCHEME
           
static String SEPARATOR
           
 
Constructor Summary
JarURILastModifiedResolver(org.apache.maven.plugin.logging.Log logger, URILastModifiedResolver parent)
           
 
Method Summary
protected  Long getLastModifiedForScheme(URI uri)
           
 URI getMainURI(URI uri)
           
 
Methods inherited from class org.jvnet.jaxb2.maven2.net.AbstractSchemeAwareURILastModifiedResolver
getLastModified, getLogger, getScheme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEME

public static final String SCHEME
See Also:
Constant Field Values

SEPARATOR

public static final String SEPARATOR
See Also:
Constant Field Values
Constructor Detail

JarURILastModifiedResolver

public JarURILastModifiedResolver(org.apache.maven.plugin.logging.Log logger,
                                  URILastModifiedResolver parent)
Method Detail

getLastModifiedForScheme

protected Long getLastModifiedForScheme(URI uri)
Specified by:
getLastModifiedForScheme in class AbstractSchemeAwareURILastModifiedResolver

getMainURI

public URI getMainURI(URI uri)
               throws MalformedURLException,
                      URISyntaxException
Throws:
MalformedURLException
URISyntaxException


Copyright © 2006-2015. All Rights Reserved.