java.lang.Object
org.talend.sdk.component.runtime.manager.util.IdGenerator

public class IdGenerator extends Object
  • Constructor Details

  • Method Details

    • get

      public static String get(String... args)
      /!\ keep this algorithm private for now and don't assume it is reversible, we can revise it to something more compressed later
      Parameters:
      args - the list of strings to concatenate and encode as an identifier.
      Returns:
      a Base64 url encoded string from the strings parameter joined by #