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

javax.jnlp.ExtendedService Maven / Gradle / Ivy

The newest version!
package javax.jnlp;

import java.io.File;
import java.io.IOException;

public abstract interface ExtendedService
{
  public abstract FileContents openFile(File paramFile)
    throws IOException;
  
  public abstract FileContents[] openFiles(File[] paramArrayOfFile)
    throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy