|
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockVFSContextFactory.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployment/MainDeployerImpl.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/file/LinkHandler.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/jar/AbstractJarHandler.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/spi/VirtualFileHandler.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/war/WebInfLibFilter.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/war/WARStructure.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockVFSContext.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/VirtualFile.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/AbstractURIHandler.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/MetaDataMatchFilter.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/AbstractURLHandler.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/AbstractMockVirtualFileHandler.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/jar/JARStructure.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/AbstractVFSContext.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/VFS.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/VirtualFileUnitTestCase.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/AbstractDeploymentContext.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockURLStreamHandler.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/jar/NestedJarFromStream.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/CandidateStructureVisitor.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/file/FileHandler.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/file/FileStructure.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/DelegatingHandler.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/VisitorAttributes.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/FileVFSUnitTestCase.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/VFSUnitTestCase.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/vfs/helpers/SuffixMatchFilter.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/jar/JarEntryHandler.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57256 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/AbstractVirtualFileHandler.java | * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction. |
| 57230 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/VFSUtils.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockVirtualFileFilter.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | modified | adrian@jboss.org | //projects/microcontainer/trunk/osgi-int/src/main/org/jboss/vfs/bundle/VFSBundle.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockSimpleVirtualFileHandler.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/VirtualFile.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockVFSContext.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/AbstractMockVirtualFileHandler.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockStructuredVirtualFileHandler.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/VirtualFileUnitTestCase.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/VFS.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockInputStream.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/vfs/helpers/AbstractVirtualFileFilterWithAttributes.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/FileVFSUnitTestCase.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/VFSUnitTestCase.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/vfs/helpers/SuffixMatchFilter.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/AbstractMockVFSTest.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/vfs/helpers/AbstractVirtualFileVisitor.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/AbstractVirtualFileHandler.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |
| 57230 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/VFSAllTestSuite.java | Basic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests. |