public final class LibraryChecker extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
areRequirementsAvailable()
Checks if the required libraries are available.
|
static boolean |
checkClass(String className)
Checks whether the given class is available.
|
static boolean |
isFormatsAPIAvailable()
Checks if formats-api is available.
|
static boolean |
isOMECommonAvailable()
Checks if ome-common is available.
|
static boolean |
isOMEROBlitzAvailable()
Checks if OMERO Blitz is available.
|
static boolean |
isOMEROGatewayAvailable()
Checks if the omero-gateway is available.
|
static boolean |
isOMEROModelAvailable()
Checks if the omero-model is available.
|
static boolean |
isOMEXMLAvailable()
Checks if the omero-model is available.
|
public static boolean areRequirementsAvailable()
true
if the libraries are available, false
otherwise.public static boolean isOMEROGatewayAvailable()
true
if Gateway is available, false
otherwise.public static boolean isOMEROModelAvailable()
true
if IObject is available, false
otherwise.public static boolean isOMEROBlitzAvailable()
true
if OMEROMetadataStoreClient is available, false
otherwise.public static boolean isOMEXMLAvailable()
true
if IObject is available, false
otherwise.public static boolean isOMECommonAvailable()
true
if DataTools is available, false
otherwise.public static boolean isFormatsAPIAvailable()
true
if DefaultMetadataOptions is available, false
otherwise.public static boolean checkClass(String className)
className
- The name of the class.true
if the class was found, false
otherwise.Copyright © 2020–2023 GReD. All rights reserved.