Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.Structure
-
-
Uses of Structure in org.tmatesoft.svn.core.internal.db
Methods in org.tmatesoft.svn.core.internal.db that return types with arguments of type Structure Modifier and Type Method Description java.util.List<Structure<StructureFields.InheritedProperties>>
SVNSqlJetStatement. getColumnInheritedProperties(java.lang.Enum<?> f)
java.util.List<Structure<StructureFields.InheritedProperties>>
SVNSqlJetStatement. getColumnInheritedProperties(java.lang.String f)
static java.util.List<Structure<StructureFields.InheritedProperties>>
SVNSqlJetStatement. parseInheritedProperties(byte[] val)
-
Uses of Structure in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util that return types with arguments of type Structure Modifier and Type Method Description java.util.List<Structure<StructureFields.InheritedProperties>>
SVNSkel. parseInheritedProperties()
-
Uses of Structure in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return Structure Modifier and Type Method Description Structure<StructureFields.NodeOriginInfo>
SVNWCContext. getNodeOrigin(java.io.File localAbsPath, boolean scanDeleted, StructureFields.NodeOriginInfo... fields)
-
Uses of Structure in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db with type parameters of type Structure Modifier and Type Field Description private java.util.concurrent.BlockingQueue<Structure<?>>
Structure.StructuresPool. objectsQueues
Methods in org.tmatesoft.svn.core.internal.wc17.db with type parameters of type Structure Modifier and Type Method Description static <X extends Structure<T>,T extends java.lang.Enum<T>>
XStructure. obtain(java.lang.Class<T> e)
static <X extends Structure<T>,T extends java.lang.Enum<T>>
XStructure. obtain(java.lang.Class<T> e, java.lang.Enum<T>... fields)
Methods in org.tmatesoft.svn.core.internal.wc17.db that return Structure Modifier and Type Method Description Structure<StructureFields.RepositoryInfo>
SVNWCDb. fetchRepositoryInfo(SVNSqlJetDb sDb, long repos_id)
Structure<T>
Structure. from(T... fields)
static Structure<StructureFields.NodeInfo>
SvnWcDbShared. getBaseInfo(SVNWCDb db, java.io.File localAbsPath, StructureFields.NodeInfo... fields)
static Structure<StructureFields.NodeInfo>
SvnWcDbShared. getBaseInfo(SVNWCDbRoot wcroot, java.io.File localRelPath, StructureFields.NodeInfo... fields)
private static Structure<SvnWcDbConflicts.ConflictStatus>
SvnWcDbConflicts. getConflictStatus(SVNWCDb db, java.io.File localAbsPath)
static Structure<SvnWcDbConflicts.ConflictStatus>
SvnWcDbConflicts. getConflictStatusForUpdate(SVNWCDb db, java.io.File localAbsPath, boolean treeConflictOnly)
private static Structure<SvnWcDbCopy.CopyInfo>
SvnWcDbCopy. getCopyInfo(SVNWCDbRoot wcRoot, java.io.File localRelPath)
static Structure<StructureFields.NodeInfo>
SvnWcDbShared. getDepthInfo(SVNWCDbRoot wcroot, java.io.File localRelPath, long opDepth, StructureFields.NodeInfo... fields)
static Structure<StructureFields.MovedFromInfo>
SvnWcDbShared. getMovedFromInfo(SVNWCDbRoot root, java.io.File movedToOpRootRelPath, java.io.File localRelPath)
Structure<?>
Structure.StructuresPool. obtain(java.lang.Class<?> enumClass, java.lang.Enum<?>... fields)
static Structure<SvnWcDbConflicts.ConflictInfo>
SvnWcDbConflicts. readConflictInfo(SVNSkel conflictSkel)
static Structure<StructureFields.ExternalNodeInfo>
SvnWcDbExternals. readExternal(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, StructureFields.ExternalNodeInfo... fields)
Structure<StructureFields.NodeInfo>
ISVNWCDb. readInfo(java.io.File localAbsPath, boolean isAdditionMode, StructureFields.NodeInfo... fields)
Structure<StructureFields.NodeInfo>
ISVNWCDb. readInfo(java.io.File localAbsPath, StructureFields.NodeInfo... fields)
Structure<StructureFields.NodeInfo>
SVNWCDb. readInfo(java.io.File localAbsPath, boolean isAdditionMode, StructureFields.NodeInfo... fields)
Structure<StructureFields.NodeInfo>
SVNWCDb. readInfo(java.io.File localAbsPath, StructureFields.NodeInfo... fields)
protected static Structure<StructureFields.NodeInfo>
SvnWcDbShared. readInfo(SVNWCDbRoot wcRoot, java.io.File localRelPath, boolean isAdditionMode, StructureFields.NodeInfo... fields)
protected static Structure<StructureFields.NodeInfo>
SvnWcDbShared. readInfo(SVNWCDbRoot wcRoot, java.io.File localRelPath, StructureFields.NodeInfo... fields)
static Structure<SvnWcDbReader.InstallInfo>
SvnWcDbReader. readNodeInstallInfo(SVNWCDb db, java.io.File localAbspath, SvnWcDbReader.InstallInfo... fields)
static Structure<SvnWcDbReader.ReplaceInfo>
SvnWcDbReader. readNodeReplaceInfo(SVNWCDb db, java.io.File localAbspath, SvnWcDbReader.ReplaceInfo... fields)
Structure<StructureFields.PristineInfo>
ISVNWCDb. readPristineInfo(java.io.File localAbspath)
Structure<StructureFields.PristineInfo>
SVNWCDb. readPristineInfo(java.io.File localAbspath)
static Structure<SvnWcDbConflicts.PropertyConflictInfo>
SvnWcDbConflicts. readPropertyConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel)
static Structure<SvnWcDbRevert.RevertInfo>
SvnWcDbRevert. readRevertInfo(SVNWCContext context, java.io.File localAbsPath)
static Structure<SvnWcDbConflicts.TextConflictInfo>
SvnWcDbConflicts. readTextConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel)
static Structure<SvnWcDbConflicts.TreeConflictInfo>
SvnWcDbConflicts. readTreeConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel)
static Structure<StructureFields.AdditionInfo>
SvnWcDbShared. scanAddition(SVNWCDb db, java.io.File localAbsPath)
protected static Structure<StructureFields.AdditionInfo>
SvnWcDbShared. scanAddition(SVNWCDbRoot root, java.io.File localRelpath, StructureFields.AdditionInfo... fields)
static Structure<StructureFields.DeletionInfo>
SvnWcDbShared. scanDeletion(SVNWCDb db, java.io.File localAbsPath)
protected static Structure<StructureFields.DeletionInfo>
SvnWcDbShared. scanDeletion(SVNWCDbRoot root, java.io.File localRelpath)
static Structure<StructureFields.MovedInfo>
SvnWcDbShared. scanMoved(SVNWCDb db, java.io.File localAbsPath)
Methods in org.tmatesoft.svn.core.internal.wc17.db that return types with arguments of type Structure Modifier and Type Method Description static java.util.List<Structure<StructureFields.InheritedProperties>>
SvnWcDbStatementUtil. getColumnInheritedProperties(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static java.util.List<Structure<StructureFields.InheritedProperties>>
SvnWcDbProperties. readInheritedProperties(SVNWCDbRoot root, java.io.File localRelPath, java.lang.String propertyName)
static java.util.Map<java.lang.String,Structure<StructureFields.WalkerChildInfo>>
SvnWcDbReader. readWalkerChildrenInfo(SVNWCDb db, java.io.File localAbspath, java.util.Map<java.lang.String,Structure<StructureFields.WalkerChildInfo>> children)
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type Structure Modifier and Type Method Description static void
SvnWcDbExternals. insertExternalNode(SVNWCDbRoot root, java.io.File localRelpath, Structure<StructureFields.ExternalNodeInfo> info)
<X extends java.lang.Enum<X>>
voidStructure. into(Structure<X> target, X... fields)
private static void
Structure. release(Structure<?> e)
void
Structure.StructuresPool. release(Structure<?> t)
Method parameters in org.tmatesoft.svn.core.internal.wc17.db with type arguments of type Structure Modifier and Type Method Description static java.util.Map<java.lang.String,Structure<StructureFields.WalkerChildInfo>>
SvnWcDbReader. readWalkerChildrenInfo(SVNWCDb db, java.io.File localAbspath, java.util.Map<java.lang.String,Structure<StructureFields.WalkerChildInfo>> children)
-
Uses of Structure in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that return Structure Modifier and Type Method Description abstract Structure<SvnRepositoryAccess.RepositoryInfo>
SvnRepositoryAccess. createRepositoryFor(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory)
Structure<SvnRepositoryAccess.LocationsInfo>
SvnRepositoryAccess. getLocations(SVNRepository repository, SvnTarget path, SVNRevision revision, SVNRevision start, SVNRevision end)
abstract Structure<SvnRepositoryAccess.RevisionsPair>
SvnRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
abstract Structure<SvnRepositoryAccess.UrlInfo>
SvnRepositoryAccess. getURLFromPath(SvnTarget path, SVNRevision revision, SVNRepository repository)
Methods in org.tmatesoft.svn.core.internal.wc2 with parameters of type Structure Modifier and Type Method Description abstract Structure<SvnRepositoryAccess.RevisionsPair>
SvnRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
-
Uses of Structure in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return Structure Modifier and Type Method Description Structure<SvnRepositoryAccess.RepositoryInfo>
SvnNgRepositoryAccess. createRepositoryFor(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory)
private static Structure<SvnNgCommitUtil.NodeCommitStatus>
SvnNgCommitUtil. getNodeCommitStatus(SVNWCContext context, java.io.File localAbsPath)
Structure<SvnRepositoryAccess.RevisionsPair>
SvnNgRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
Structure<SvnRepositoryAccess.UrlInfo>
SvnNgRepositoryAccess. getURLFromPath(SvnTarget path, SVNRevision revision, SVNRepository repository)
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type Structure Modifier and Type Method Description Structure<SvnRepositoryAccess.RevisionsPair>
SvnNgRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
-
Uses of Structure in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return Structure Modifier and Type Method Description Structure<SvnRepositoryAccess.RepositoryInfo>
SvnOldRepositoryAccess. createRepositoryFor(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory)
Structure<SvnRepositoryAccess.RevisionsPair>
SvnOldRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
Structure<SvnRepositoryAccess.UrlInfo>
SvnOldRepositoryAccess. getURLFromPath(SvnTarget path, SVNRevision revision, SVNRepository repository)
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type Structure Modifier and Type Method Description Structure<SvnRepositoryAccess.RevisionsPair>
SvnOldRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
-