public class SimpleDSpaceObjectLicenseFormatter extends Object implements LicenseArgumentFormatter
| Constructor and Description |
|---|
SimpleDSpaceObjectLicenseFormatter() |
public void formatTo(Formatter formatter, int flags, int width, Object object, String type)
LicenseArgumentFormatterjava.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.formatTo in interface LicenseArgumentFormatterformatter - 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 © 2014 DuraSpace. All Rights Reserved.