public class RotationContext extends Object
RotationHooks.| Constructor and Description |
|---|
RotationContext() |
| Modifier and Type | Method and Description |
|---|---|
File |
getInitialFile()
Get the initial file.
|
File |
getNextFile()
Get the next file.
|
Writer |
getWriter()
Get the writer.
|
void |
setInitialFile(File initialFile)
Set the initial file.
|
void |
setNextFile(File nextFile)
Set the next file.
|
void |
setWriter(Writer writer)
Set the writer.
|
public File getInitialFile()
public void setInitialFile(File initialFile)
initialFile - The file.public File getNextFile()
public void setNextFile(File nextFile)
nextFile - The file.public Writer getWriter()
public void setWriter(Writer writer)
writer - The writer.Copyright © 2025 Open Identity Platform Community. All rights reserved.