Class InfobaseExistenceChecker


  • public final class InfobaseExistenceChecker
    extends Object
    Utility method to check infobase existence and ask DT user whether need to create non-existed infobase.
    Restriction:
    This class is not intended to be sub-classed by clients.
    Restriction:
    This class is not intended to be instantiated by clients.
    • Method Detail

      • checkExistence

        public static boolean checkExistence​(org.eclipse.swt.widgets.Shell shell,
                                             InfobaseReference infobase)
        Check infobase existence and ask DT user whether need to create non-existed infobase. Returns whether requesting operation may be proceeded.
        Parameters:
        shell - the shell to use, cannot be null
        infobase - the infobase to check, cannot be null
        Returns:
        whether requesting operation may be proceeded