Package com.day.crx.statistics
Class PathBuilder
java.lang.Object
com.day.crx.statistics.PathBuilder
- Direct Known Subclasses:
PageViewPathBuilder,ResultSelectedPathBuilder
PathBuilder is a base class for path builders.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidformatPath(Entry entry, StringBuffer buffer) Formats the path for the given entry.
-
Constructor Details
-
PathBuilder
Creates a newPathBuilder.- Parameters:
timestampPattern- a date pattern.
-
-
Method Details
-
formatPath
Formats the path for the given entry. This method formats the timestamp ofentryaccording to the pattern passed in the constructor of this path builder.- Parameters:
entry- an entry.buffer- where to write the path to.
-