
com.vnetpublishing.java.suapp.ISudo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of super-user-application Show documentation
Show all versions of super-user-application Show documentation
Create self elevating applications
package com.vnetpublishing.java.suapp;
public interface ISudo {
public int sudo();
public int sudo(String[] args);
}