public class Inject extends Object
Constructor and Description |
---|
Inject() |
Modifier and Type | Method and Description |
---|---|
String |
getContentConverter()
Gets the name of the
ContentConverter to use when injecting content into the destination file. |
List<Content> |
getContents()
Gets the contents that will be injected into the destination file.
|
File |
getDestinationFile()
Gets the destination file.
|
void |
setContentConverter(String contentConverter)
Sets the name of the
ContentConverter to use when injecting content into the destination file. |
void |
setContents(List<Content> contents)
Sets the contents that will be injected into the destination file.
|
void |
setDestinationFile(File destinationFile)
Sets the destination file.
|
public List<Content> getContents()
public void setContents(List<Content> contents)
contents
- The contents.public File getDestinationFile()
public void setDestinationFile(File destinationFile)
destinationFile
- The destination file.public String getContentConverter()
Gets the name of the ContentConverter
to use when injecting content into the destination file.
public void setContentConverter(String contentConverter)
Sets the name of the ContentConverter
to use when injecting content into the destination file.
Optional, defaults to "none".
contentConverter
- The content converter name.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.