]> source.dussan.org Git - jgit.git/commit
Move FileRepository to storage.file.FileRepository 70/970/1
authorShawn O. Pearce <spearce@spearce.org>
Sat, 26 Jun 2010 23:56:55 +0000 (16:56 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 27 Jun 2010 01:50:34 +0000 (18:50 -0700)
commitad5238dc67aa5922c425e6bc829e1152c2e20439
tree10266281fbd4c5cb3aecb999a0159af72461edd5
parent3a7aec03e07ac853df5a00cbf06e6cd5e4ba2bc2
Move FileRepository to storage.file.FileRepository

This move isolates all of the local file specific implementation code
into a single package, where their package-private methods and support
classes are properly hidden away from the rest of the core library.

Because of the sheer number of files impacted, I have limited this
change to only the renames and the updated imports.

Change-Id: Icca4884e1a418f83f8b617d0c4c78b73d8a4bd17
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
146 files changed:
org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/InfoPacksServlet.java
org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/IsLocalFilter.java
org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/ObjectFileServlet.java
org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/AdvertiseErrorTest.java
org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/HookMessageTest.java
org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/HttpClientTests.java
org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/SmartClientSmartServerTest.java
org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/util/HttpTestCase.java
org.eclipse.jgit.iplog/META-INF/MANIFEST.MF
org.eclipse.jgit.iplog/src/org/eclipse/jgit/iplog/IpLogMeta.java
org.eclipse.jgit.junit/META-INF/MANIFEST.MF
org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/LocalDiskRepositoryTestCase.java
org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/MockSystemReader.java
org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/TestRepository.java
org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Clone.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Init.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/RebuildCommitGraph.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/eclipse/Iplog.java
org.eclipse.jgit.test/META-INF/MANIFEST.MF
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ConcurrentRepackTest.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/PackIndexTestCase.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/PackIndexV1Test.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/PackIndexV2Test.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/PackReverseIndexTest.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/PackWriterTest.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RefDirectoryTest.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RefUpdateTest.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ReflogReaderTest.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RepositorySetupWorkDirTest.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RepositoryTestCase.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/T0003_Basic.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/T0004_PackReader.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/WindowCacheGetTest.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/WindowCacheReconfigureTest.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/XInputStream.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/ConcurrentRepackTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/PackIndexTestCase.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/PackIndexV1Test.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/PackIndexV2Test.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/PackReverseIndexTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/PackWriterTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/RefDirectoryTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/RefUpdateTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/ReflogReaderTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/RepositorySetupWorkDirTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/T0003_Basic.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/T0004_PackReader.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/WindowCacheGetTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/WindowCacheReconfigureTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/XInputStream.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/IndexPackTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ReceivePackRefFilterTest.java
org.eclipse.jgit/META-INF/MANIFEST.MF
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/BaseRepositoryBuilder.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/ByteArrayWindow.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ByteBufferWindow.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ByteWindow.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/CachedObjectDirectory.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/DeltaOfsPackedObjectLoader.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/DeltaPackedObjectLoader.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/DeltaRefPackedObjectLoader.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/FileBasedConfig.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/FileObjectDatabase.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/FileRepository.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/FileRepositoryBuilder.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/LocalObjectRepresentation.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/LocalObjectToPack.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/LockFile.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectDirectory.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectDirectoryInserter.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackFile.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackIndex.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackIndexV1.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackIndexV2.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackIndexWriter.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackIndexWriterV1.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackIndexWriterV2.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackLock.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackReverseIndex.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackWriter.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackedObjectLoader.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDirectory.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDirectoryRename.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDirectoryUpdate.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefWriter.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/ReflogReader.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/RepositoryBuilder.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/RepositoryCache.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/UnpackedObjectCache.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/UnpackedObjectLoader.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/WholePackedObjectLoader.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/WindowCache.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/WindowCacheConfig.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/lib/WindowCursor.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/ByteArrayWindow.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/ByteBufferWindow.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/ByteWindow.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/CachedObjectDirectory.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/DeltaOfsPackedObjectLoader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/DeltaPackedObjectLoader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/DeltaRefPackedObjectLoader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/FileBasedConfig.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/FileObjectDatabase.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/FileRepository.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/FileRepositoryBuilder.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/LocalObjectRepresentation.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/LocalObjectToPack.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/LockFile.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/ObjectDirectory.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/ObjectDirectoryInserter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/PackFile.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/PackIndex.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/PackIndexV1.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/PackIndexV2.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/PackIndexWriter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/PackIndexWriterV1.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/PackIndexWriterV2.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/PackLock.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/PackReverseIndex.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/PackedObjectLoader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/RefDirectory.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/RefDirectoryRename.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/RefDirectoryUpdate.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/ReflogReader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/UnpackedObjectCache.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/UnpackedObjectLoader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/WholePackedObjectLoader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/WindowCache.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/WindowCacheConfig.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/WindowCursor.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackFetchConnection.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/BundleFetchConnection.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchConnection.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchProcess.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/IndexPack.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportHttp.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportLocal.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/WalkFetchConnection.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/WalkRemoteObjectDatabase.java
org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java