- Generator<T extends mobi.designmyapp.common.engine.model.Template> - Class in mobi.designmyapp.sdk.model
-
Created by Loïc Ortola on 7/7/14.
- Generator(Class<T>) - Constructor for class mobi.designmyapp.sdk.model.Generator
-
- getAndroidBuilder() - Method in class mobi.designmyapp.sdk.model.Generator
-
Retrieve template specific AndroidBuilder instance:
- getArchiveProcessors() - Method in class mobi.designmyapp.sdk.model.Generator
-
Retrieve template specific archive processor instances as a list:
- getIosBuilder() - Method in class mobi.designmyapp.sdk.model.Generator
-
Retrieve template specific IosBuilder instance:
- getNamespace() - Method in interface mobi.designmyapp.sdk.processor.ArchiveProcessor
-
- getNamespace() - Method in class mobi.designmyapp.sdk.processor.impl.IconUploadProcessor
-
Retrieve namespace : representing where the uploaded file will be stored
- getNamespace() - Method in class mobi.designmyapp.sdk.processor.impl.ImageUploadProcessor
-
Retrieve namespace : representing where the uploaded file will be stored
- getNamespace() - Method in class mobi.designmyapp.sdk.processor.impl.ZipUploadProcessor
-
Retrieve namespace : representing where the uploaded file will be stored
- getNamespace() - Method in interface mobi.designmyapp.sdk.processor.UploadProcessor
-
The namespace identifies the UploadProcessor.
- getPriceProcessor() - Method in class mobi.designmyapp.sdk.model.Generator
-
Retrieve template specific content price instance:
- getPricingType() - Method in class mobi.designmyapp.sdk.processor.PriceProcessor
-
- getProcessor() - Method in class mobi.designmyapp.sdk.model.Generator
-
Retrieve template specific content processor instance:
- getStaticResources() - Method in class mobi.designmyapp.sdk.model.Generator
-
Retrieve the template static resources files
such as data or image files
- getTemplateClass() - Method in class mobi.designmyapp.sdk.model.Generator
-
Retrieve this generator template class
- getTemplateTag() - Method in class mobi.designmyapp.sdk.model.Generator
-
Retrieve the template unique tag
- getType() - Method in class mobi.designmyapp.sdk.builder.AndroidBuilder
-
- getType() - Method in class mobi.designmyapp.sdk.builder.IosBuilder
-
- getType() - Method in class mobi.designmyapp.sdk.builder.WebappBuilder
-
- getUploadProcessors() - Method in class mobi.designmyapp.sdk.model.Generator
-
Retrieve template specific upload processors instances as a list
- getValidator() - Method in class mobi.designmyapp.sdk.model.Generator
-
Retrieve template specific content validator instance:
- getValidExtensions() - Method in interface mobi.designmyapp.sdk.processor.ArchiveProcessor
-
- getValidExtensions() - Method in class mobi.designmyapp.sdk.processor.impl.IconUploadProcessor
-
Retrieve valid extensions for this processor
- getValidExtensions() - Method in class mobi.designmyapp.sdk.processor.impl.ImageUploadProcessor
-
Retrieve valid extensions for this processor
- getValidExtensions() - Method in class mobi.designmyapp.sdk.processor.impl.ZipUploadProcessor
-
Retrieve valid extensions for this processor
- getValidExtensions() - Method in interface mobi.designmyapp.sdk.processor.UploadProcessor
-
- getWebappBuilder() - Method in class mobi.designmyapp.sdk.model.Generator
-
Retrieve template specific WebappBuilder instance:
- PriceProcessor<T extends mobi.designmyapp.common.engine.model.Template,P extends mobi.designmyapp.common.engine.model.Pricing> - Class in mobi.designmyapp.sdk.processor
-
Created by Loïc Ortola on 24/07/14.
- PriceProcessor(Class<P>) - Constructor for class mobi.designmyapp.sdk.processor.PriceProcessor
-
- process(UploadRequest, File, List<String>) - Method in interface mobi.designmyapp.sdk.processor.ArchiveProcessor
-
When uploading a file, the engine uses a @see mobi.designmyapp.sdk.processor.impl.ZipUploadProcessor to self-extract the resource,
then calls this method automatically.
- process(T) - Method in interface mobi.designmyapp.sdk.processor.ContentProcessor
-
Called by the engine after the template generation request has been validated by @see mobi.designmyapp.sdk.validator.ContentValidator class.
- process(UploadRequest, File) - Method in class mobi.designmyapp.sdk.processor.impl.IconUploadProcessor
-
Process the upload request
- process(UploadRequest, File) - Method in class mobi.designmyapp.sdk.processor.impl.ImageUploadProcessor
-
Process the upload request
- process(UploadRequest, File) - Method in class mobi.designmyapp.sdk.processor.impl.ZipUploadProcessor
-
Process the upload request
- process(UploadRequest, File) - Method in interface mobi.designmyapp.sdk.processor.UploadProcessor
-
Called by the engine when a file has been successfully uploaded for the current matching namespace.
- ProcessorException - Exception in mobi.designmyapp.sdk.exception
-
Created by Loïc Ortola on 8/5/14.
- ProcessorException() - Constructor for exception mobi.designmyapp.sdk.exception.ProcessorException
-
Constructs a new processor exception with null as its
detail message and cause.
- ProcessorException(String) - Constructor for exception mobi.designmyapp.sdk.exception.ProcessorException
-
Constructs a new processor exception with the specified detail message and no cause.
- ProcessorException(String, Throwable) - Constructor for exception mobi.designmyapp.sdk.exception.ProcessorException
-
Constructs a new processor exception with the specified detail message and
cause.
- ProcessorException(Throwable) - Constructor for exception mobi.designmyapp.sdk.exception.ProcessorException
-
Constructs a new processor exception with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).