public class PathBuilder extends Object
PathBuilder is a base class for path builders.| Constructor and Description |
|---|
PathBuilder(String timestampPattern)
Creates a new
PathBuilder. |
| Modifier and Type | Method and Description |
|---|---|
void |
formatPath(Entry entry,
StringBuffer buffer)
Formats the path for the given entry.
|
public PathBuilder(String timestampPattern)
PathBuilder.timestampPattern - a date pattern.public void formatPath(Entry entry, StringBuffer buffer)
entry according to the
pattern passed in the constructor of this path builder.entry - an entry.buffer - where to write the path to.Copyright © 2010 - 2020 Adobe. All Rights Reserved