Package net.jangaroo.jooc.mvnplugin
Class MavenSenchaProfileConfiguration
- java.lang.Object
-
- net.jangaroo.jooc.mvnplugin.MavenSenchaProfileConfiguration
-
- All Implemented Interfaces:
SenchaProfileConfiguration
public class MavenSenchaProfileConfiguration extends Object implements SenchaProfileConfiguration
-
-
Constructor Summary
Constructors Constructor Description MavenSenchaProfileConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getAdditionalCssNonBundle
@Nonnull public List<String> getAdditionalCssNonBundle()
Description copied from interface:SenchaProfileConfigurationA list of paths to CSS files to include that are not loaded via the class loader (usually in resources folder). "bundle" option will be set to false, "includeInBundle" will be set to false.- Specified by:
getAdditionalCssNonBundlein interfaceSenchaProfileConfiguration
-
getAdditionalJsNonBundle
@Nonnull public List<String> getAdditionalJsNonBundle()
Description copied from interface:SenchaProfileConfigurationA list of paths to JS files to include that are not loaded via the class loader (usually in resources folder). "bundle" option will be set to false, "includeInBundle" will be set to false.- Specified by:
getAdditionalJsNonBundlein interfaceSenchaProfileConfiguration
-
getAdditionalCssIncludeInBundle
@Nonnull public List<String> getAdditionalCssIncludeInBundle()
Description copied from interface:SenchaProfileConfigurationA list of paths to CSS files to include that are not loaded via the class loader (usually in resources folder). "bundle" option will be set to false, "includeInBundle" will be set to true.- Specified by:
getAdditionalCssIncludeInBundlein interfaceSenchaProfileConfiguration
-
getAdditionalJsIncludeInBundle
@Nonnull public List<String> getAdditionalJsIncludeInBundle()
Description copied from interface:SenchaProfileConfigurationA list of paths to JS files to include that are not loaded via the class loader (usually in resources folder). "bundle" option will be set to false, "includeInBundle" will be set to true.- Specified by:
getAdditionalJsIncludeInBundlein interfaceSenchaProfileConfiguration
-
getRequiredClasses
@Nonnull public List<String> getRequiredClasses()
Description copied from interface:SenchaProfileConfigurationSpecifies the required classes.- Specified by:
getRequiredClassesin interfaceSenchaProfileConfiguration
-
-