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

eu.unicore.xnjs.io.XnjsFileWithACL Maven / Gradle / Ivy

There is a newer version: 2.7.1
Show newest version
package eu.unicore.xnjs.io;

/**
 * 
 * Describes a file, with information on ACL 
* * @author golbi */ public interface XnjsFileWithACL extends XnjsFile { public ACLEntry[] getACL(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy