Enum Class Helpers

java.lang.Object
java.lang.Enum<Helpers>
tripleo.elijah_durable_congenial.util.Helpers
All Implemented Interfaces:
Serializable, Comparable<Helpers>, Constable

public enum Helpers extends Enum<Helpers>
Created 9/10/20 3:44 PM
  • Method Details

    • values

      public static Helpers[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Helpers valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getHash

      @NotNull public static @NotNull String getHash(byte[] aBytes) throws NoSuchAlgorithmException
      Throws:
      NoSuchAlgorithmException
    • getHashForFilename

      @NotNull public static @NotNull Operation<String> getHashForFilename(@NotNull @NotNull String aFilename)
    • getHashForFilenameJava

      @Nullable public static @Nullable String getHashForFilenameJava(@NotNull @NotNull String aFilename, @NotNull @NotNull ErrSink aErrSink) throws IOException
      Throws:
      IOException
    • List_of

      @NotNull public static <E> @NotNull List<E> List_of(@NotNull @NotNull E... e1)
    • makeToken

      @NotNull public static @NotNull antlr.Token makeToken(String aText)
    • printXML

      public static void printXML(Object obj, @NotNull @NotNull TabbedOutputStream tos)
    • qualidentToDotExpression2

      @Nullable public static @Nullable IExpression qualidentToDotExpression2(@NotNull @NotNull List<IdentExpression> ts)
    • qualidentToDotExpression2

      @Nullable public static @Nullable IExpression qualidentToDotExpression2(@NotNull @NotNull List<IdentExpression> ts, int i)
    • qualidentToDotExpression2

      @Nullable public static @Nullable IExpression qualidentToDotExpression2(@NotNull @NotNull Qualident q)
    • remove_single_quotes_from_string

      @NotNull public static @NotNull String remove_single_quotes_from_string(@NotNull @NotNull String s)
    • String_join

      @NotNull public static @NotNull String String_join(@NotNull @NotNull String separator, @NotNull @NotNull Iterable<String> stringIterable)
    • string_to_qualident

      @NotNull public static @NotNull Qualident string_to_qualident(@NotNull @NotNull String x)
    • string_to_ident

      @NotNull public static @NotNull IdentExpression string_to_ident(String txt)
    • mapCollectionElementsToString

      public static <T> List<String> mapCollectionElementsToString(List<T> instructionArguments)