public class MavenSenchaProfileConfiguration extends Object implements SenchaProfileConfiguration
| Constructor and Description |
|---|
MavenSenchaProfileConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdditionalCssIncludeInBundle()
A list of paths to CSS files to include that are not loaded via the class loader (usually in resources folder).
|
List<String> |
getAdditionalCssNonBundle()
A list of paths to CSS files to include that are not loaded via the class loader (usually in resources folder).
|
List<String> |
getAdditionalJsIncludeInBundle()
A list of paths to JS files to include that are not loaded via the class loader (usually in resources folder).
|
List<String> |
getAdditionalJsNonBundle()
A list of paths to JS files to include that are not loaded via the class loader (usually in resources folder).
|
List<String> |
getRequiredClasses()
Specifies the required classes.
|
@Nonnull public List<String> getAdditionalCssNonBundle()
SenchaProfileConfigurationgetAdditionalCssNonBundle in interface SenchaProfileConfiguration@Nonnull public List<String> getAdditionalJsNonBundle()
SenchaProfileConfigurationgetAdditionalJsNonBundle in interface SenchaProfileConfiguration@Nonnull public List<String> getAdditionalCssIncludeInBundle()
SenchaProfileConfigurationgetAdditionalCssIncludeInBundle in interface SenchaProfileConfiguration@Nonnull public List<String> getAdditionalJsIncludeInBundle()
SenchaProfileConfigurationgetAdditionalJsIncludeInBundle in interface SenchaProfileConfiguration@Nonnull public List<String> getRequiredClasses()
SenchaProfileConfigurationgetRequiredClasses in interface SenchaProfileConfigurationCopyright © 2002–2017 CoreMedia AG. All rights reserved.