public class AndroidIdentifierGenerator extends Object implements IdentifierGenerator<FileType>
FileType for possible identifier options.| Constructor and Description |
|---|
AndroidIdentifierGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier(FileType identifierType) |
AndroidIdentifierGenerator |
setSdCardSuffix(String suffix)
Sets suffix of SD card file name.
|
public String getIdentifier(FileType identifierType)
getIdentifier in interface IdentifierGenerator<FileType>public AndroidIdentifierGenerator setSdCardSuffix(String suffix)
suffix - suffix of SD card fileIllegalArgumentException - if suffix is null object or empty stringCopyright © 2014 JBoss by Red Hat. All rights reserved.