public abstract class AbstractClasspathResourceVersionProvider extends Object implements IResourceVersionProvider
IResourceVersionProvider.VersionException| Constructor and Description |
|---|
AbstractClasspathResourceVersionProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getResourcePath(Class<?> scope,
String fileName) |
AbstractResourceVersion |
getVersion(Class<?> scope,
String file) |
protected abstract AbstractResourceVersion |
getVersion(URL url) |
protected URL |
toURL(Class<?> scope,
String file) |
public AbstractClasspathResourceVersionProvider()
public final AbstractResourceVersion getVersion(Class<?> scope, String file) throws IResourceVersionProvider.VersionException
getVersion in interface IResourceVersionProviderIResourceVersionProvider.VersionException - if version can't be determinedprotected abstract AbstractResourceVersion getVersion(URL url) throws IResourceVersionProvider.VersionException
protected URL toURL(Class<?> scope, String file)
Copyright © 2017 Molindo GmbH. All Rights Reserved.