- PriceProcessor<T extends Generation> - Class in mobi.designmyapp.sdk.processor
-
Created by Loïc Ortola on 24/7/14.
- PriceProcessor(Class<? extends Pricing>) - Constructor for class mobi.designmyapp.sdk.processor.PriceProcessor
-
Sole constructor
- process(UploadRequest, File, List<String>) - Method in class mobi.designmyapp.sdk.processor.ArchiveProcessor
-
- process(T) - Method in interface mobi.designmyapp.sdk.processor.ContentProcessor
-
- process(UploadRequest, File) - Method in class mobi.designmyapp.sdk.processor.impl.IconUploadProcessor
-
- process(UploadRequest, File) - Method in class mobi.designmyapp.sdk.processor.impl.ImageUploadProcessor
-
- process(UploadRequest, File) - Method in class mobi.designmyapp.sdk.processor.impl.ZipUploadProcessor
-
- process(UploadRequest, File) - Method in class mobi.designmyapp.sdk.processor.UploadProcessor
-
- 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).