- FileUtils - Class in com.license4j.util
-
- FileUtils() - Constructor for class com.license4j.util.FileUtils
-
- FloatingLicenseCheckTimerHandler - Class in com.license4j
-
Abstract class.
- FloatingLicenseCheckTimerHandler() - Constructor for class com.license4j.FloatingLicenseCheckTimerHandler
-
- FloatingLicenseInvalidHandler - Interface in com.license4j
-
FloatingLicenseInvalidHandler interface to run if periodic license check
defined in license file and obtained license is invalid.
- FloatingLicenseNotAvailableException - Exception in com.license4j.exceptions
-
Thrown if all requested licenses are in use, and no available license exists.
- FloatingLicenseNotAvailableException() - Constructor for exception com.license4j.exceptions.FloatingLicenseNotAvailableException
-
Creates a new instance of FloatingLicenseNotAvailableException
without detail message.
- FloatingLicenseNotAvailableException(String) - Constructor for exception com.license4j.exceptions.FloatingLicenseNotAvailableException
-
Constructs an instance of FloatingLicenseNotAvailableException
with the specified detail message.
- FloatingLicenseNotFoundException - Exception in com.license4j.exceptions
-
Thrown if floating license server does not have requested license installed.
- FloatingLicenseNotFoundException() - Constructor for exception com.license4j.exceptions.FloatingLicenseNotFoundException
-
Creates a new instance of FloatingLicenseNotFoundException
without detail message.
- FloatingLicenseNotFoundException(String) - Constructor for exception com.license4j.exceptions.FloatingLicenseNotFoundException
-
Constructs an instance of FloatingLicenseNotFoundException
with the specified detail message.
- FloatingLicenseServerConnectionErrorHandler - Interface in com.license4j
-
FloatingLicenseServerConnectionErrorHandler interface to run if periodic license check
defined in license file and floating license server can not be connected.
- FloatingLicenseServerNotAvailableException - Exception in com.license4j.exceptions
-
Thrown if floating license server can not be connected.
- FloatingLicenseServerNotAvailableException() - Constructor for exception com.license4j.exceptions.FloatingLicenseServerNotAvailableException
-
Creates a new instance of FloatingLicenseServerNotAvailableException
without detail message.
- FloatingLicenseServerNotAvailableException(String) - Constructor for exception com.license4j.exceptions.FloatingLicenseServerNotAvailableException
-
Constructs an instance of FloatingLicenseServerNotAvailableException
with the specified detail message.
- FloatingLicenseValidHandler - Interface in com.license4j
-
FloatingLicenseValidHandler interface to run if periodic license check
defined in license file and obtained license is valid.