Package io.github.sanyarnd.applocker
Interface LockIdEncoder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides a safe way to encode application id such that it can be stored on filesystem without exceptions:
invalid characters, too long etc.
- Author:
- Alexander Biryukov
-
Method Summary
-
Method Details
-
encode
Encode string.- Parameters:
inputString
- input string- Returns:
- encoded string
-