Class IdGenerator
java.lang.Object
org.talend.sdk.component.runtime.manager.util.IdGenerator
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IdGenerator
public IdGenerator()
-
-
Method Details
-
get
/!\ 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
Base64url encoded string from the strings parameter joined by #
-