org.sejda.model.parameter
Class SetMetadataParameters
java.lang.Object
org.sejda.model.parameter.base.AbstractParameters
org.sejda.model.parameter.base.AbstractPdfOutputParameters
org.sejda.model.parameter.base.SinglePdfSourceSingleOutputParameters
org.sejda.model.parameter.SetMetadataParameters
- All Implemented Interfaces:
- SingleOutputTaskParameters, SinglePdfSourceTaskParameters, TaskParameters
@SingleOutputAllowedExtensions
public final class SetMetadataParameters
- extends SinglePdfSourceSingleOutputParameters
Parameter class for the set metadata manipulation.
- Author:
- Andrea Vacondio
SetMetadataParameters
public SetMetadataParameters()
entrySet
public Set<Map.Entry<PdfMetadataKey,String>> entrySet()
- Returns:
- an unmodifiable set view of map
- See Also:
Map.entrySet()
keySet
public Set<PdfMetadataKey> keySet()
- Returns:
- a unmodifiable set containing keys of the map
- See Also:
Map.keySet()
putAll
public void putAll(Map<PdfMetadataKey,String> m)
- Parameters:
m - - See Also:
Map.putAll(Map)
put
public void put(PdfMetadataKey key,
String metadata)
- adds the key,value
- Parameters:
key - metadata - - See Also:
Map.put(Object, Object)
hashCode
public int hashCode()
- Overrides:
hashCode in class SinglePdfSourceSingleOutputParameters
equals
public boolean equals(Object other)
- Overrides:
equals in class SinglePdfSourceSingleOutputParameters
getSource
public PdfSource<?> getSource()
- Specified by:
getSource in interface SinglePdfSourceTaskParameters
- Returns:
- the source for this parameter.
setSource
public void setSource(PdfSource<?> source)
- Description copied from interface:
SinglePdfSourceTaskParameters
- Set the source for this parameter.
- Specified by:
setSource in interface SinglePdfSourceTaskParameters
Copyright © 2013 sejda. All Rights Reserved.