public class VersionStringRenderer extends Object implements AttributeRenderer
VersionString.
Register this renderer for the class VersionString.
Formats are: "version" for the full version (same as original toString()), "version-major" for major part of version, "version-minor" for minor part of version, "version-patch" for patch part of version.
If any problem occurred, the returned string will be "###";| Constructor and Description |
|---|
VersionStringRenderer() |
Copyright © 2010–2017. All rights reserved.