Package ro.sync.ecss.dita
Interface DITAKeyNameGenerator
-
@API(type=EXTENDABLE, src=PUBLIC) public interface DITAKeyNameGenerator
Used to generate key names based on file names.- Since:
- 23
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
generateKeyName(java.net.URL resourceURL)
Generate a key name based on the given URL.
-