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

com.eowise.imagemagick.params.Param.groovy Maven / Gradle / Ivy

The newest version!
package com.eowise.imagemagick.params

import org.gradle.api.file.FileVisitDetails

/**
 * Created by aurel on 14/12/13.
 */
interface Param extends Serializable {
    LinkedList toParams(FileVisitDetails details)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy