Class FileSystemArtifactOperations


  • public class FileSystemArtifactOperations
    extends java.lang.Object
    The file system artifact operations which cannot be implemented in an interface.
    Author:
    Holger Eichelberger
    • Constructor Detail

      • FileSystemArtifactOperations

        public FileSystemArtifactOperations()
    • Method Detail

      • setExecutable

        static void setExecutable​(IFileSystemArtifact art,
                                  boolean ownerOnly)
                           throws VilException
        Enables the (operation system specific) execution flag for the given artifact.
        Parameters:
        art - the artifact
        ownerOnly - whether all users or just the owner shall be allowed to exectue this artifact
        Throws:
        VilException - if the executable flag cannot be set.