com.day.jcr.vault.fs.io
Class ImportOptions

java.lang.Object
  extended by 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)

Constructor Summary
ImportOptions()
           
ImportOptions(ImportOptions base)
           
 
Method Summary
 AccessControlHandling getAccessControlHandling()
           
 int getAutoSaveThreshold()
           
 Pattern getCndPattern()
           
 WorkspaceFilter getFilter()
           
 ClassLoader getHookClassLoader()
           
 ImportMode getImportMode()
           
 ProgressTrackerListener getListener()
           
 NodeTypeInstaller getNtInstaller()
          Deprecated. since 2.4
 File getPatchDirectory()
           
 String getPatchParentPath()
           
 boolean isDryRun()
           
 boolean isNonRecursive()
           
 boolean isPatchKeepInRepo()
           
 boolean isStrict()
           
 void setAccessControlHandling(AccessControlHandling acHandling)
           
 void setAutoSaveThreshold(int threshold)
           
 void setCndPattern(String cndPattern)
           
 void setDryRun(boolean dryRun)
           
 void setFilter(WorkspaceFilter filter)
           
 void setHookClassLoader(ClassLoader hookClassLoader)
           
 void setImportMode(ImportMode importMode)
           
 void setListener(ProgressTrackerListener listener)
           
 void setNonRecursive(boolean nonRecursive)
           
 void setNtInstaller(NodeTypeInstaller ntInstaller)
          Deprecated. since 2.4
 void setPatchDirectory(File patchDirectory)
           
 void setPatchKeepInRepo(boolean patchKeepInRepo)
           
 void setPatchParentPath(String patchParentPath)
           
 void setStrict(boolean strict)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportOptions

public ImportOptions()

ImportOptions

public ImportOptions(ImportOptions base)
Method Detail

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.