public final class WebjarsVersion
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
recentVersion(java.lang.String partialPath)
returns recent version of given dependency (from internal versions cache)
|
static void |
reset() |
static java.lang.String |
useRecent(java.lang.String path)
replaces the version string "current" with the recent available version
|
public static java.lang.String useRecent(java.lang.String path)
path - the full resource pathpublic static java.lang.String recentVersion(java.lang.String partialPath)
partialPath - the path of dependencypublic static void reset()
Copyright © 2019 agilecoders.de. All Rights Reserved.