All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.paypal.butterfly.api.Application Maven / Gradle / Ivy

package com.paypal.butterfly.api;

import java.io.File;

/**
 * POJO holding information about the application to be transformed
 *
 * @author facarvalho
 */
public interface Application {

    /**
     * Returns the application folder
     *
     * @return the application folder
     */
    File getFolder();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy