C E F G H I L M N O P R S W 

C

CloseQuietly - Class in org.webjars
Utility for closing resources without throwing an exception (because you should never throw an exception from a finally block).
CloseQuietly() - Constructor for class org.webjars.CloseQuietly
 

E

equals(Object) - Method in class org.webjars.WebJarExtractor.Cacheable
 
extractAllNodeModulesTo(File) - Method in class org.webjars.WebJarExtractor
Extract the node_modules of all WebJars and merge them into the same folder.
extractAllWebJarsTo(File) - Method in class org.webjars.WebJarExtractor
Extract all WebJars.
extractWebJarTo(String, File) - Method in class org.webjars.WebJarExtractor
Extract the given WebJar to the given location.

F

FileSystemCache - Class in org.webjars
A cache backed by a file on the filesystem.
FileSystemCache(File) - Constructor for class org.webjars.FileSystemCache
 

G

getFullPath(String) - Method in class org.webjars.WebJarAssetLocator
Given a distinct path within the WebJar index passed in return the full path of the resource.
getFullPath(String, String) - Method in class org.webjars.WebJarAssetLocator
Returns the full path of an asset within a specific WebJar
getFullPathIndex(Pattern, ClassLoader...) - Static method in class org.webjars.WebJarAssetLocator
Return a map that can be used to perform index lookups of partial file paths.
getFullPathIndex() - Method in class org.webjars.WebJarAssetLocator
 
getLastModified() - Method in class org.webjars.WebJarExtractor.Cacheable
 
getPath() - Method in class org.webjars.WebJarExtractor.Cacheable
 
getSetupJavaScript(String) - Static method in class org.webjars.RequireJS
Returns the JavaScript that is used to setup the RequireJS config.
getWebJar(String) - Static method in class org.webjars.WebJarAssetLocator
 
getWebJarConfig(Map.Entry<String, String>) - Static method in class org.webjars.RequireJS
 
getWebJars() - Method in class org.webjars.WebJarAssetLocator
 

H

hashCode() - Method in class org.webjars.WebJarExtractor.Cacheable
 

I

isUpToDate(String, WebJarExtractor.Cacheable) - Method in class org.webjars.FileSystemCache
 
isUpToDate(String, WebJarExtractor.Cacheable) - Method in interface org.webjars.WebJarExtractor.Cache
Whether the file is up to date.
isUpToDate(String, WebJarExtractor.Cacheable) - Method in class org.webjars.WebJarExtractor.MemoryCache
 

L

listAssets(String) - Method in class org.webjars.WebJarAssetLocator
List assets within a folder.

M

MultipleMatchesException - Exception in org.webjars
Thrown when a path matches multiple assets.
MultipleMatchesException(String) - Constructor for exception org.webjars.MultipleMatchesException
 

N

NO_CACHE - Static variable in class org.webjars.WebJarExtractor
 

O

org.webjars - package org.webjars
 

P

PACKAGE_JSON - Static variable in class org.webjars.WebJarExtractor
 
PACKAGE_JSON_NAME - Static variable in class org.webjars.WebJarExtractor
The node_modules directory prefix as a convenience.
put(String, WebJarExtractor.Cacheable) - Method in class org.webjars.FileSystemCache
 
put(String, WebJarExtractor.Cacheable) - Method in interface org.webjars.WebJarExtractor.Cache
Put the given file in the cache.
put(String, WebJarExtractor.Cacheable) - Method in class org.webjars.WebJarExtractor.MemoryCache
 

R

RequireJS - Class in org.webjars
 
RequireJS() - Constructor for class org.webjars.RequireJS
 
reset() - Method in class org.webjars.FileSystemCache
 

S

save() - Method in class org.webjars.FileSystemCache
 
setupJavaScript - Static variable in class org.webjars.RequireJS
 

W

WebJarAssetLocator - Class in org.webjars
Locate WebJar assets.
WebJarAssetLocator() - Constructor for class org.webjars.WebJarAssetLocator
Convenience constructor that will form a locator for all resources on the current class path.
WebJarAssetLocator(SortedMap<String, String>) - Constructor for class org.webjars.WebJarAssetLocator
Establish a locator given an index that it should use.
WebJarExtractor - Class in org.webjars
Utility for extracting WebJars onto the filesystem.
WebJarExtractor() - Constructor for class org.webjars.WebJarExtractor
 
WebJarExtractor(ClassLoader) - Constructor for class org.webjars.WebJarExtractor
 
WebJarExtractor(WebJarExtractor.Cache, ClassLoader) - Constructor for class org.webjars.WebJarExtractor
 
WebJarExtractor.Cache - Interface in org.webjars
A cache for extracting WebJar assets.
WebJarExtractor.Cacheable - Class in org.webjars
 
WebJarExtractor.Cacheable(String, long) - Constructor for class org.webjars.WebJarExtractor.Cacheable
 
WebJarExtractor.MemoryCache - Class in org.webjars
An in memory cache.
WebJarExtractor.MemoryCache() - Constructor for class org.webjars.WebJarExtractor.MemoryCache
 
WEBJARS_PACKAGE - Static variable in class org.webjars.WebJarAssetLocator
The webjar package name.
WEBJARS_PATH_PREFIX - Static variable in class org.webjars.WebJarAssetLocator
The path to where webjar resources live.
C E F G H I L M N O P R S W 

Copyright © 2014. All Rights Reserved.