DefaultNameGenerator
public interface NameGenerator
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
generateName(java.lang.String nameHint,
java.lang.String mimeType) |
Generates a new name for the location.
|
java.lang.String generateName(java.lang.String nameHint, java.lang.String mimeType) throws ContentIOException
nameHint
- the name hint, usually a identifier for the new filename (can be null).mimeType
- the mime type of the new filename. Usually used to compute a suitable file-suffix.ContentIOException
- if the name could not be generated for any reason.