public interface LicenseArgumentFormatter
void formatTo(Formatter formatter, int flags, int width, Object object, String type)
java.util.Formatter rules.
The object type is expected to be know to the implementer can is free to
assume safe to cast as appropriate. If a null object is
supplied is expected that the implementer will work as if a "sample data"
was requested.formatter - the current formatter that need to process the objectflags - the flags option for the formatterwidth - the width option for the formatterobject - the object to be formattedtype - the type of the object (this is an alias not the class name! -
i.e. item, collection, eperson, etc.)FormatterCopyright © 2013 DuraSpace. All Rights Reserved.