B C D F O S T 

B

beforeMethod() - Method in class org.eclipse.jgit.lib.DirCacheCheckoutTestWithSymlinks
 
beforeMethod() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
 

C

createDirSymlinkBeforeTarget() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
 
createFileSymlinkBeforeTarget() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
 
createSymlinkAfterTarget() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
 

D

DirCacheCheckoutTestWithSymlinks - Class in org.eclipse.jgit.lib
 
DirCacheCheckoutTestWithSymlinks() - Constructor for class org.eclipse.jgit.lib.DirCacheCheckoutTestWithSymlinks
 

F

fileModeTestFileThenSymlink() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
Steps: 1.Add file 'a' 2.Commit 3.Create branch '1' 4.Replace file 'a' by symlink 'a' 5.Commit 6.Checkout branch '1' The working tree should contain 'a' with FileMode.REGULAR_FILE after the checkout.
fileModeTestFolderThenSymlink() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
Steps: 1.Add folder 'a' 2.Commit 3.Create branch '1' 4.Replace folder 'a' by symlink 'a' 5.Commit 6.Checkout branch '1' The working tree should contain 'a' with FileMode.TREE after the checkout.
fileModeTestMissingThenSymlink() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
Steps: 1.Add file 'b' 2.Commit 3.Create branch '1' 4.Add symlink 'a' 5.Commit 6.Checkout branch '1' The working tree should not contain 'a' -> FileMode.MISSING after the checkout.
fileModeTestSymlinkThenFile() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
Steps: 1.Add symlink 'a' 2.Commit 3.Create branch '1' 4.Replace symlink 'a' by file 'a' 5.Commit 6.Checkout branch '1' The working tree should contain 'a' with FileMode.SYMLINK after the checkout.
fileModeTestSymlinkThenFolder() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
Steps: 1.Add symlink 'a' 2.Commit 3.Create branch '1' 4.Replace symlink 'a' by folder 'a' 5.Commit 6.Checkout branch '1' The working tree should contain 'a' with FileMode.SYMLINK after the checkout.
fileModeTestSymlinkThenMissing() - Method in class org.eclipse.jgit.symlinks.SymlinksTest
Steps: 1.Add symlink 'a' 2.Commit 3.Create branch '1' 4.Delete symlink 'a' 5.Commit 6.Checkout branch '1' The working tree should contain 'a' with FileMode.SYMLINK after the checkout.
FileTreeIteratorJava7Test - Class in org.eclipse.jgit.treewalk
 
FileTreeIteratorJava7Test() - Constructor for class org.eclipse.jgit.treewalk.FileTreeIteratorJava7Test
 
FileUtils7Test - Class in org.eclipse.jgit.util
 
FileUtils7Test() - Constructor for class org.eclipse.jgit.util.FileUtils7Test
 
FSJava7Test - Class in org.eclipse.jgit.util
 
FSJava7Test() - Constructor for class org.eclipse.jgit.util.FSJava7Test
 

O

org.eclipse.jgit.lib - package org.eclipse.jgit.lib
 
org.eclipse.jgit.symlinks - package org.eclipse.jgit.symlinks
 
org.eclipse.jgit.treewalk - package org.eclipse.jgit.treewalk
 
org.eclipse.jgit.util - package org.eclipse.jgit.util
 

S

setUp() - Method in class org.eclipse.jgit.util.FileUtils7Test
 
setUp() - Method in class org.eclipse.jgit.util.FSJava7Test
 
SymlinksTest - Class in org.eclipse.jgit.symlinks
 
SymlinksTest() - Constructor for class org.eclipse.jgit.symlinks.SymlinksTest
 

T

tearDown() - Method in class org.eclipse.jgit.util.FileUtils7Test
 
tearDown() - Method in class org.eclipse.jgit.util.FSJava7Test
 
testDeleteSymlinkToDirectoryDoesNotDeleteTarget() - Method in class org.eclipse.jgit.util.FileUtils7Test
 
testDontDeleteSymlinkOnTopOfRootDir() - Method in class org.eclipse.jgit.lib.DirCacheCheckoutTestWithSymlinks
 
testExecutableAttributes() - Method in class org.eclipse.jgit.util.FSJava7Test
 
testFileModeSymLinkIsNotATree() - Method in class org.eclipse.jgit.treewalk.FileTreeIteratorJava7Test
 
testSymlinkActuallyModified() - Method in class org.eclipse.jgit.treewalk.FileTreeIteratorJava7Test
Like #testSymlinkNotModifiedThoughNormalized but here the link is modified.
testSymlinkAttributes() - Method in class org.eclipse.jgit.util.FSJava7Test
The old File methods traverse symbolic links and look at the targets.
testSymlinkModifiedNotNormalized() - Method in class org.eclipse.jgit.treewalk.FileTreeIteratorJava7Test
Like #testSymlinkNotModifiedThoughNormalized but there is no normalization being done.
testSymlinkNotModifiedThoughNormalized() - Method in class org.eclipse.jgit.treewalk.FileTreeIteratorJava7Test
 
testSymlinkToDirNotRecursingViaSymlink() - Method in class org.eclipse.jgit.treewalk.TreeWalkJava7Test
 
TreeWalkJava7Test - Class in org.eclipse.jgit.treewalk
 
TreeWalkJava7Test() - Constructor for class org.eclipse.jgit.treewalk.TreeWalkJava7Test
 
B C D F O S T 

Copyright © 2015. All rights reserved.