Forward use-early-encode flag to project inserter.
[jSite.git] / src / de / todesbaum / jsite / gui / ProjectInsertPage.java
index 611cc8a..d9ee6c0 100644 (file)
@@ -312,6 +312,17 @@ public class ProjectInsertPage extends TWizardPage implements InsertListener, Cl
                return uriCopied;
        }
 
+       /**
+        * Sets whether to use the “early encode“ flag for the insert.
+        *
+        * @param useEarlyEncode
+        *            {@code true} to set the “early encode” flag for the insert,
+        *            {@code false} otherwise
+        */
+       public void setUseEarlyEncode(boolean useEarlyEncode) {
+               projectInserter.setUseEarlyEncode(useEarlyEncode);
+       }
+
        //
        // INTERFACE InsertListener
        //