private static class LegacyLogManagerImpl.GenericFileName extends java.lang.Object implements LegacyLogManagerImpl.FileName
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
ext
The file extension, might not be present.
|
private java.lang.String |
nameNoExt
The name before the extension.
|
| Constructor and Description |
|---|
GenericFileName(java.lang.String fileName)
Package private constructor to create an instance of GenericFileName.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExt()
Returns the file extension.
|
java.lang.String |
getPrefix()
Returns the file name without extension.
|
private java.lang.String nameNoExt
private java.lang.String ext
GenericFileName(java.lang.String fileName)
public java.lang.String getPrefix()
getPrefix in interface LegacyLogManagerImpl.FileNamepublic java.lang.String getExt()
getExt in interface LegacyLogManagerImpl.FileName