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

com.izforge.izpack.util.os.FileQueueOperation Maven / Gradle / Ivy

There is a newer version: 5.2.3
Show newest version
package com.izforge.izpack.util.os;

import java.io.IOException;

public interface FileQueueOperation
{
    public abstract void addTo(WinSetupFileQueue filequeue) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy