|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileHeaderProvider
This interface describes the provider, used for obtaining the header of the log file or log file segment. Each implementation class should implement deep copy.
Method Summary | |
---|---|
void |
applyConfiguration(LogConfiguration configuration)
This method is called on the copy of class, during the procedure of configuring logger. |
FileHeaderProvider |
clone()
Creates and returns a copy of this object. |
java.lang.String |
getFileHeader(java.lang.String fileName)
This method is called for obtaining the log file header. |
Method Detail |
---|
void applyConfiguration(LogConfiguration configuration)
configuration
- The configurationjava.lang.String getFileHeader(java.lang.String fileName)
fileName
- The name of file to be written
FileHeaderProvider clone()
Cloneable
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |