protected class ConfigurableFilenamePolicy.Builder.StaticSegment extends Object implements ConfigurableFilenamePolicy.Segment
Constructor and Description |
---|
StaticSegment(String content)
Creates a static string segment.
|
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(StringBuilder builder,
IAggregationEntry entry)
Appends the expansion of this segment for the given entry to the
given builder.
|
protected final String content
public StaticSegment(String content)
content
- The string this segment will expand to.public StringBuilder append(StringBuilder builder, IAggregationEntry entry)
ConfigurableFilenamePolicy.Segment
append
in interface ConfigurableFilenamePolicy.Segment
Copyright © 2018 TextGrid. All rights reserved.