Class SenchaConfigBuilder<T extends SenchaConfigBuilder>
- java.lang.Object
-
- net.jangaroo.jooc.mvnplugin.sencha.configbuilder.SenchaConfigBuilder<T>
-
- Direct Known Subclasses:
SenchaPackageOrAppConfigBuilder,SenchaWorkspaceConfigBuilder
public class SenchaConfigBuilder<T extends SenchaConfigBuilder> extends Object
A base class for all builders for Sencha JSON formats.
-
-
Constructor Summary
Constructors Constructor Description SenchaConfigBuilder()
-
-
-
Method Detail
-
buildFile
public File buildFile() throws IOException
- Returns:
- the JSON file containing the Sencha configuration
- Throws:
IOException- if file could not be written
-
defaults
public T defaults(String jsonFileName) throws IOException
- Throws:
IOException
-
-