Class LaunchJNLP.EType.ApplicationUtilities
- java.lang.Object
-
- de.desy.mst.libs.framework.mstapp.util.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 theLaunchJNLP.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
-
-
Constructor Summary
Constructors Constructor Description ApplicationUtilities()
-
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, wherefalse
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, wherefalse
means it is not part of the set.
-
-
-
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, wherefalse
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, wherefalse
means it is not part of the set.- Parameters:
subsystem_
- The request subsystem entry.- Returns:
- Returns depending on the internal set a boolean value.
-
-