com.day.jcr.vault.fs.io
Class ImportOptions
java.lang.Object
com.day.jcr.vault.fs.io.ImportOptions
- Direct Known Subclasses:
- ImportOptions
public class ImportOptions
- extends Object
Option that control the package import.
- Since:
- 2.3.12 (moved from com.day.jcr.packaging.ImportOptions)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportOptions
public ImportOptions()
ImportOptions
public ImportOptions(ImportOptions base)
isStrict
public boolean isStrict()
setStrict
public void setStrict(boolean strict)
getListener
public ProgressTrackerListener getListener()
setListener
public void setListener(ProgressTrackerListener listener)
getNtInstaller
public NodeTypeInstaller getNtInstaller()
- Deprecated. since 2.4
setNtInstaller
public void setNtInstaller(NodeTypeInstaller ntInstaller)
- Deprecated. since 2.4
getPatchParentPath
public String getPatchParentPath()
setPatchParentPath
public void setPatchParentPath(String patchParentPath)
getPatchDirectory
public File getPatchDirectory()
setPatchDirectory
public void setPatchDirectory(File patchDirectory)
throws IOException
- Throws:
IOException
isPatchKeepInRepo
public boolean isPatchKeepInRepo()
setPatchKeepInRepo
public void setPatchKeepInRepo(boolean patchKeepInRepo)
getAccessControlHandling
public AccessControlHandling getAccessControlHandling()
setAccessControlHandling
public void setAccessControlHandling(AccessControlHandling acHandling)
isNonRecursive
public boolean isNonRecursive()
setNonRecursive
public void setNonRecursive(boolean nonRecursive)
getCndPattern
public Pattern getCndPattern()
setCndPattern
public void setCndPattern(String cndPattern)
throws PatternSyntaxException
- Throws:
PatternSyntaxException
isDryRun
public boolean isDryRun()
- Since:
- 2.2.14
setDryRun
public void setDryRun(boolean dryRun)
- Since:
- 2.2.14
setAutoSaveThreshold
public void setAutoSaveThreshold(int threshold)
- Since:
- 2.2.16
getAutoSaveThreshold
public int getAutoSaveThreshold()
- Since:
- 2.2.16
getImportMode
public ImportMode getImportMode()
- Since:
- 2.3
setImportMode
public void setImportMode(ImportMode importMode)
- Since:
- 2.3
getFilter
public WorkspaceFilter getFilter()
- Since:
- 2.3.20
setFilter
public void setFilter(WorkspaceFilter filter)
- Since:
- 2.3.20
getHookClassLoader
public ClassLoader getHookClassLoader()
- Since:
- 2.3.22
setHookClassLoader
public void setHookClassLoader(ClassLoader hookClassLoader)
- Since:
- 2.3.22
Copyright © 2011-2013 Adobe Systems Incorporated. All Rights Reserved.