public class JavaScriptStackSourceImpl extends java.lang.Object implements JavaScriptStackSource
| Constructor and Description | 
|---|
| JavaScriptStackSourceImpl(java.util.Map<java.lang.String,JavaScriptStack> configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| JavaScriptStack | findStack(java.lang.String name)Gets a stack by name (ignoring case). | 
| JavaScriptStack | findStackForJavaScriptLibrary(Resource resource)Attempts to find the stack containing the indicated JavaScript library. | 
| JavaScriptStack | getStack(java.lang.String name)Gets a stack by name (ignoring case). | 
| java.util.List<java.lang.String> | getStackNames()Returns the names of all stacks, in sorted order. | 
public JavaScriptStackSourceImpl(java.util.Map<java.lang.String,JavaScriptStack> configuration)
public JavaScriptStack getStack(java.lang.String name)
JavaScriptStackSourcegetStack in interface JavaScriptStackSourcepublic JavaScriptStack findStack(java.lang.String name)
JavaScriptStackSourcefindStack in interface JavaScriptStackSourcepublic java.util.List<java.lang.String> getStackNames()
JavaScriptStackSourcegetStackNames in interface JavaScriptStackSourcepublic JavaScriptStack findStackForJavaScriptLibrary(Resource resource)
JavaScriptStackSourcefindStackForJavaScriptLibrary in interface JavaScriptStackSourceresource - identifies a potential JavaScript LibraryJavaScriptStack.getJavaScriptLibraries()${project.version} - Copyright © 2003-2015 The Apache Software Foundation.