Package com.vaadin.integration.maven
Class ClassPathExplorer.LocationInfo
- java.lang.Object
-
- com.vaadin.integration.maven.ClassPathExplorer.LocationInfo
-
- Enclosing class:
- ClassPathExplorer
public static class ClassPathExplorer.LocationInfo extends java.lang.ObjectContains information about widgetsets and themes found on the classpath- Since:
- 7.1
-
-
Constructor Summary
Constructors Constructor Description LocationInfo(java.util.Map<java.lang.String,java.net.URL> widgetsets, java.util.Map<java.lang.String,java.net.URL> themes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.net.URL>getAddonStyles()java.util.Map<java.lang.String,java.net.URL>getWidgetsets()
-