Uses of Class
org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaInfo
-
Packages that use SVNAdminAreaInfo Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc.admin -
-
Uses of SVNAdminAreaInfo in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNAdminAreaInfo Modifier and Type Method Description protected SVNAdminAreaInfoSVNStatusEditor. getAdminAreaInfo()Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNAdminAreaInfo Modifier and Type Method Description static SVNUpdateEditorSVNUpdateEditor. createUpdateEditor(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, ISVNFileFetcher fileFetcher, boolean lockOnDemand)static SVNUpdateEditor15SVNUpdateEditor15. createUpdateEditor(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, ISVNFileFetcher fileFetcher, boolean lockOnDemand)static voidSVNWCManager. crop(SVNAdminAreaInfo info, SVNDepth depth)static ISVNEditorSVNAmbientDepthFilterEditor. wrap(ISVNEditor editor, SVNAdminAreaInfo info, boolean depthIsSticky)Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNAdminAreaInfo Constructor Description SVNDiffEditor(SVNWCAccess wcAccess, SVNAdminAreaInfo info, AbstractDiffCallback callback, boolean useAncestry, boolean reverseDiff, boolean compareToBase, SVNDepth depth, java.util.Collection changeLists)SVNRemoteStatusEditor(ISVNOptions options, SVNWCAccess wcAccess, SVNAdminAreaInfo info, boolean noIgnore, boolean reportAll, SVNDepth depth, ISVNStatusHandler handler)SVNStatusEditor(ISVNOptions options, SVNWCAccess wcAccess, SVNAdminAreaInfo info, boolean noIgnore, boolean reportAll, SVNDepth depth, ISVNStatusHandler handler) -
Uses of SVNAdminAreaInfo in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin that return SVNAdminAreaInfo Modifier and Type Method Description SVNAdminAreaInfoSVNWCAccess. openAnchor(java.io.File path, boolean writeLock, int depth)Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNAdminAreaInfo Modifier and Type Method Description ISVNUpdateEditorSVNWCAccess. createUpdateEditor(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, ISVNFileFetcher fileFetcher, boolean lockOnDemand)Constructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNAdminAreaInfo Constructor Description SVNReporter(SVNAdminAreaInfo info, java.io.File file, boolean restoreFiles, boolean useDepthCompatibilityTrick, SVNDepth depth, boolean lockOnDemand, boolean isStatus, boolean isHonorDepthExclude, ISVNDebugLog log)
-