
com.vnetpublishing.java.suapp.ISuperUserDetector 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 ISuperUserDetector {
public boolean isSuperUser();
}