Skip navigation links
A B C D G I M N P U V W Z 

A

AndroidBuilder<U extends mobi.designmyapp.common.engine.model.Template> - Class in mobi.designmyapp.sdk.builder
Created by Alexandre Nunesse on 7/16/14.
AndroidBuilder() - Constructor for class mobi.designmyapp.sdk.builder.AndroidBuilder
 
ArchiveProcessor<T> - Interface in mobi.designmyapp.sdk.processor
Created by Christophe Deverre on 28/07/14.

B

BuildException - Exception in mobi.designmyapp.sdk.exception
Created by Loïc Ortola on 8/5/14.
BuildException() - Constructor for exception mobi.designmyapp.sdk.exception.BuildException
Constructs a new build exception with null as its detail message and cause.
BuildException(String) - Constructor for exception mobi.designmyapp.sdk.exception.BuildException
Constructs a new build exception with the specified detail message and no cause.
BuildException(String, Throwable) - Constructor for exception mobi.designmyapp.sdk.exception.BuildException
Constructs a new build exception with the specified detail message and cause.
BuildException(Throwable) - Constructor for exception mobi.designmyapp.sdk.exception.BuildException
Constructs a new build 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).

C

computePrice(T) - Method in class mobi.designmyapp.sdk.processor.PriceProcessor
Called by the engine to compute the price of a template.
ContentProcessor<T extends mobi.designmyapp.common.engine.model.Template> - Interface in mobi.designmyapp.sdk.processor
Created by Loïc Ortola on 07/07/14.
ContentValidator<T extends mobi.designmyapp.common.engine.model.Template> - Interface in mobi.designmyapp.sdk.validator
Created by Loïc Ortola on 07/07/14.

D

DEFAULT_NAMESPACE - Static variable in class mobi.designmyapp.sdk.processor.impl.ImageUploadProcessor
 

G

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:

I

IconUploadProcessor - Class in mobi.designmyapp.sdk.processor.impl
Created by Loïc Ortola on 7/30/14 This class provides an implementation of an UploadProcessor (@see mobi.designmyapp.sdk.processor.UploadProcessor) for the customIcon of the application.
IconUploadProcessor() - Constructor for class mobi.designmyapp.sdk.processor.impl.IconUploadProcessor
 
IconUploadProcessor(String) - Constructor for class mobi.designmyapp.sdk.processor.impl.IconUploadProcessor
 
ImageUploadProcessor - Class in mobi.designmyapp.sdk.processor.impl
Created by Loïc Ortola on 7/30/14 This class provides an implementation of an UploadProcessor (@see mobi.designmyapp.sdk.processor.UploadProcessor) for the images of the application.
ImageUploadProcessor(String) - Constructor for class mobi.designmyapp.sdk.processor.impl.ImageUploadProcessor
 
ImageUploadProcessor() - Constructor for class mobi.designmyapp.sdk.processor.impl.ImageUploadProcessor
 
IosBuilder<T extends mobi.designmyapp.common.engine.model.Template> - Class in mobi.designmyapp.sdk.builder
Created by Alexandre Nunesse on 7/16/14.
IosBuilder() - Constructor for class mobi.designmyapp.sdk.builder.IosBuilder
 

M

mobi.designmyapp.sdk.builder - package mobi.designmyapp.sdk.builder
 
mobi.designmyapp.sdk.exception - package mobi.designmyapp.sdk.exception
 
mobi.designmyapp.sdk.model - package mobi.designmyapp.sdk.model
 
mobi.designmyapp.sdk.processor - package mobi.designmyapp.sdk.processor
 
mobi.designmyapp.sdk.processor.impl - package mobi.designmyapp.sdk.processor.impl
 
mobi.designmyapp.sdk.validator - package mobi.designmyapp.sdk.validator
 

N

NAMESPACE - Static variable in class mobi.designmyapp.sdk.processor.impl.ZipUploadProcessor
 

P

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).

U

UploadProcessor<T> - Interface in mobi.designmyapp.sdk.processor
Created by Loïc Ortola on 23/07/14.

V

validate(T) - Method in interface mobi.designmyapp.sdk.validator.ContentValidator
The method will be called automatically by the engine at generation time.
ValidationException - Exception in mobi.designmyapp.sdk.exception
Created by Loïc Ortola on 8/6/14.
ValidationException() - Constructor for exception mobi.designmyapp.sdk.exception.ValidationException
Constructs a new validation exception with the default detail message and no cause.
ValidationException(String) - Constructor for exception mobi.designmyapp.sdk.exception.ValidationException
Constructs a new validation exception with the specified detail message and no cause.
ValidationException(String, Throwable) - Constructor for exception mobi.designmyapp.sdk.exception.ValidationException
Constructs a new validation exception with the specified detail message and cause.
ValidationException(Throwable) - Constructor for exception mobi.designmyapp.sdk.exception.ValidationException
Constructs a new validation 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).

W

WebappBuilder<T extends mobi.designmyapp.common.engine.model.Template> - Class in mobi.designmyapp.sdk.builder
Created by Christophe Deverre on 30/01/15.
WebappBuilder() - Constructor for class mobi.designmyapp.sdk.builder.WebappBuilder
 

Z

ZipUploadProcessor - Class in mobi.designmyapp.sdk.processor.impl
Created by Loïc Ortola on 7/30/14 This class provides an implementation of an UploadProcessor (@see mobi.designmyapp.sdk.processor.UploadProcessor) to add resources from a zip to the application.
ZipUploadProcessor() - Constructor for class mobi.designmyapp.sdk.processor.impl.ZipUploadProcessor
 
A B C D G I M N P U V W Z 
Skip navigation links

Copyright © 2015. All rights reserved.