public class CreateBagInPlaceHandler extends javax.swing.AbstractAction implements Progress
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
CreateBagInPlaceHandler(BagView bagView) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
createPreBag(java.io.File dataFile,
java.lang.String profileName) |
void |
createPreBagAddKeepFilesToEmptyFolders(java.io.File dataFile,
java.lang.String profileName)
Prepares the call to Create Bag in Place and
adding .keep files in Empty Pay load Folder(s)
|
void |
execute() |
public CreateBagInPlaceHandler(BagView bagView)
bagView - BagViewpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenere - ActionEventpublic void createPreBag(java.io.File dataFile,
java.lang.String profileName)
dataFile - FileprofileName - Stringpublic void createPreBagAddKeepFilesToEmptyFolders(java.io.File dataFile,
java.lang.String profileName)
dataFile - FileprofileName - String