public class SenchaPackageOrAppConfigBuilder<T extends SenchaPackageOrAppConfigBuilder> extends SenchaConfigBuilder<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
CSS |
static String |
JS |
protected static String |
TYPE |
config| Constructor and Description |
|---|
SenchaPackageOrAppConfigBuilder() |
| Modifier and Type | Method and Description |
|---|---|
T |
creator(String creator)
Specifies the Sencha package or app version.
|
T |
css(String path,
boolean bundle,
boolean includeInBundle) |
T |
cssOrJs(String cssOrJs,
String path,
boolean bundle,
boolean includeInBundle) |
T |
js(String path,
boolean bundle,
boolean includeInBundle) |
T |
name(String name)
Specifies the Sencha package or app name.
|
T |
profile(String profile,
Map<String,Object> configuration)
Build-profile-specific configuration.
|
T |
require(String require) |
T |
resource(String path) |
T |
summary(String summary)
Specifies the Sencha package or app version.
|
T |
theme(String theme)
Defines the theme package to be extended or to be used by the app or packages.
|
T |
toolkit(String toolkit)
Specifies the toolkit to use.
|
T |
type(String type)
Specifies the Sencha type generated by the plugin.
|
T |
version(String version)
Specifies the Sencha package or app version.
|
build, buildFile, defaults, destFile, destFileComment, namesValuespublic static final String CSS
public static final String JS
protected static final String TYPE
public T theme(String theme)
String it is assumed that a maven dependency is used as theme and
converted properly.public T profile(String profile, Map<String,Object> configuration)
Copyright © 2002–2017 CoreMedia AG. All rights reserved.