public interface NamingStrategy
| Modifier and Type | Method and Description |
|---|---|
String |
rename(String originalName,
InputStream inputStream)
Creates a new name of the resource which encodes a version.
|
String rename(String originalName, InputStream inputStream) throws IOException
originalName - original name of the resource.inputStream - the stream of the content to rename.IOException - if there are stream reading problem.Copyright © 2008-2013. All Rights Reserved.