Class LaunchJNLP.EType.ApplicationUtilities

  • Enclosing class:
    LaunchJNLP.EType

    public static final class LaunchJNLP.EType.ApplicationUtilities
    extends java.lang.Object
    Application utility class. It represents different static methods or data values of the LaunchJNLP.EType or other classes. Can be used as an information repository.
    Version:
    $Id: LaunchJNLP.java 86268 2019-08-13 09:12:09Z walla $
    Author:
    walla
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean containsFacility​(java.lang.String facility_)
      Controls if the corresponding facility is included in the internal set and returns as a result a boolean value, where false means it is not part of the set.
      static boolean containsSubsystem​(java.lang.String subsystem_)
      Controls if the corresponding subsystem is included in the internal set and returns as a result a boolean value, where false means it is not part of the set.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApplicationUtilities

        public ApplicationUtilities()
    • Method Detail

      • containsFacility

        public static boolean containsFacility​(java.lang.String facility_)
        Controls if the corresponding facility is included in the internal set and returns as a result a boolean value, where false means it is not part of the set.
        Parameters:
        facility_ - The request facility entry.
        Returns:
        Returns depending on the internal set a boolean value.
      • containsSubsystem

        public static boolean containsSubsystem​(java.lang.String subsystem_)
        Controls if the corresponding subsystem is included in the internal set and returns as a result a boolean value, where false means it is not part of the set.
        Parameters:
        subsystem_ - The request subsystem entry.
        Returns:
        Returns depending on the internal set a boolean value.