org.apache.cxf.management.web.logging
Class ReadOnlyFileStorage.FileInfo
java.lang.Object
org.apache.cxf.management.web.logging.ReadOnlyFileStorage.FileInfo
- Enclosing class:
- ReadOnlyFileStorage
protected static class ReadOnlyFileStorage.FileInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadOnlyFileStorage.FileInfo
public ReadOnlyFileStorage.FileInfo(RandomAccessFile file,
String fileName,
String fileModified,
long startPos)
getFile
public RandomAccessFile getFile()
getFileModified
public String getFileModified()
getFileName
public String getFileName()
getStartPosition
public long getStartPosition()
Apache CXF