A B C D E F G H I J L M N O P R S T U V W Z

A

AbstractProviderTestCase - Class in org.apache.commons.vfs2.test
File system test cases, which verifies the structure and naming functionality.
AbstractProviderTestCase() - Constructor for class org.apache.commons.vfs2.test.AbstractProviderTestCase
 
AbstractProviderTestConfig - Class in org.apache.commons.vfs2.test
A partial ProviderTestConfig implementation.
AbstractProviderTestConfig() - Constructor for class org.apache.commons.vfs2.test.AbstractProviderTestConfig
 
AbstractTestSuite - Class in org.apache.commons.vfs2.test
The suite of tests for a file system.
AbstractTestSuite(ProviderTestConfig) - Constructor for class org.apache.commons.vfs2.test.AbstractTestSuite
Adds the tests for a file system to this suite.
AbstractTestSuite(ProviderTestConfig, String, boolean) - Constructor for class org.apache.commons.vfs2.test.AbstractTestSuite
 
AbstractTestSuite(ProviderTestConfig, String, boolean, boolean) - Constructor for class org.apache.commons.vfs2.test.AbstractTestSuite
 
AbstractVfsTestCase - Class in org.apache.commons
A base class for VFS tests.
AbstractVfsTestCase() - Constructor for class org.apache.commons.AbstractVfsTestCase
 
addBaseTests() - Method in class org.apache.commons.vfs2.provider.webdav.test.WebdavProviderTestSuite
Adds base tests - excludes the nested test cases.
addBaseTests() - Method in class org.apache.commons.vfs2.test.AbstractTestSuite
Adds base tests - excludes the nested test cases.
addBaseTests() - Method in class org.apache.commons.vfs2.test.ProviderTestSuite
Adds base tests - excludes the nested test cases.
addEmptyDir(boolean) - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
 
addTests(Class<?>) - Method in class org.apache.commons.vfs2.test.AbstractTestSuite
Adds the tests from a class to this suite.
AnotherClass - Class in code.sealed
A test class for the ClassLoader tests.
AnotherClass() - Constructor for class code.sealed.AnotherClass
 
assertContains(FileObject[], String) - Method in class org.apache.commons.vfs2.test.ProviderCacheStrategyTests
 
assertContainsNot(FileObject[], String) - Method in class org.apache.commons.vfs2.test.ProviderCacheStrategyTests
 
assertSameContent(String, FileObject) - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
Asserts that the content of a file is the same as expected.
assertSameMessage(String[], Throwable) - Static method in class org.apache.commons.AbstractVfsTestCase
Asserts that an exception chain contains the expected messages.
assertSameMessage(String, Throwable) - Static method in class org.apache.commons.AbstractVfsTestCase
Asserts that an exception contains the expected message.
assertSameMessage(String, Object[], Throwable) - Static method in class org.apache.commons.AbstractVfsTestCase
Asserts that an exception contains the expected message.
assertSameMessage(String, Object, Throwable) - Static method in class org.apache.commons.AbstractVfsTestCase
Asserts that an exception contains the expected message.
assertSameStructure(FileObject, FileInfo) - Method in class org.apache.commons.vfs2.test.ProviderReadTests
Walks a folder structure, asserting it contains exactly the expected files and folders.
assertSameURLContent(String, URLConnection) - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
Asserts that the content of a file is the same as expected.

B

buildExpectedStructure() - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
Builds the expected structure of the read tests folder.

C

CacheTestSuite - Class in org.apache.commons.vfs2.test
The suite of tests for a file system.
CacheTestSuite(ProviderTestConfig) - Constructor for class org.apache.commons.vfs2.test.CacheTestSuite
Adds the tests for a file system to this suite.
CacheTestSuite(ProviderTestConfig, String, boolean) - Constructor for class org.apache.commons.vfs2.test.CacheTestSuite
 
ClassToLoad - Class in code
The test class for the VFS classloader.
ClassToLoad() - Constructor for class code.ClassToLoad
 
code - package code
 
code.sealed - package code.sealed
 
ContentTests - Class in org.apache.commons.vfs2.test
Test cases for reading file content.
ContentTests() - Constructor for class org.apache.commons.vfs2.test.ContentTests
 
createLargeFile(String, String) - Method in class org.apache.commons.vfs2.provider.tar.test.LargeTarTestCase
 
createManager() - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
creates a new uninitialized file system manager
createScratchFolder() - Method in class org.apache.commons.vfs2.provider.webdav.test.WebdavVersioningTests
Sets up a scratch folder for the test to use.
createScratchFolder() - Method in class org.apache.commons.vfs2.test.ProviderDeleteTests
Sets up a scratch folder for the test to use.
createScratchFolder() - Method in class org.apache.commons.vfs2.test.ProviderRandomReadWriteTests
Sets up a scratch folder for the test to use.
createScratchFolder() - Method in class org.apache.commons.vfs2.test.ProviderRenameTests
Sets up a scratch folder for the test to use.
createScratchFolder() - Method in class org.apache.commons.vfs2.test.ProviderWriteAppendTests
Sets up a scratch folder for the test to use.
createScratchFolder() - Method in class org.apache.commons.vfs2.test.ProviderWriteTests
Sets up a scratch folder for the test to use.
CustomRamProviderTest - Class in org.apache.commons.vfs2.provider.ram.test
Custom tests
CustomRamProviderTest() - Constructor for class org.apache.commons.vfs2.provider.ram.test.CustomRamProviderTest
 

D

DefaultFileMonitorTests - Class in org.apache.commons.vfs2.impl.test
Test to verify DefaultFileMonitor
DefaultFileMonitorTests() - Constructor for class org.apache.commons.vfs2.impl.test.DefaultFileMonitorTests
 
DefaultFileMonitorTests.TestFileListener - Class in org.apache.commons.vfs2.impl.test
 
DefaultFileMonitorTests.TestFileListener() - Constructor for class org.apache.commons.vfs2.impl.test.DefaultFileMonitorTests.TestFileListener
 
DelegatingFileSystemOptionsBuilderTest - Class in org.apache.commons.vfs2.util
Some tests for the DelegatingFileSystemOptionsBuilder
DelegatingFileSystemOptionsBuilderTest() - Constructor for class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilderTest
 

E

EncryptDecryptTest - Class in org.apache.commons.vfs2.util
 
EncryptDecryptTest() - Constructor for class org.apache.commons.vfs2.util.EncryptDecryptTest
 
endsWith(String, String[]) - Method in class org.apache.commons.vfs2.provider.tar.test.LargeTarTestCase
 
equals(Object, Object) - Static method in class org.apache.commons.AbstractVfsTestCase
Compares 2 objects for equality, nulls are equal.

F

FILE1_CONTENT - Static variable in class org.apache.commons.vfs2.test.AbstractProviderTestCase
 
fileChanged(FileChangeEvent) - Method in class org.apache.commons.vfs2.impl.test.DefaultFileMonitorTests.TestFileListener
 
fileCheck(String[], String) - Method in class org.apache.commons.vfs2.provider.tar.test.LargeTarTestCase
 
fileCreated(FileChangeEvent) - Method in class org.apache.commons.vfs2.impl.test.DefaultFileMonitorTests.TestFileListener
 
fileDeleted(FileChangeEvent) - Method in class org.apache.commons.vfs2.impl.test.DefaultFileMonitorTests.TestFileListener
 
fileExists(String, List<FileObject>) - Method in class org.apache.commons.vfs2.provider.tar.test.LargeTarTestCase
Search for the expected file in a given list, without using the full path
FileNamePerformance - Class in org.apache.commons.vfs2.perf
 
FileNamePerformance() - Constructor for class org.apache.commons.vfs2.perf.FileNamePerformance
 
FileNameTests - Class in org.apache.commons.vfs2.provider.local.test
Additional naming tests for local file system.
FileNameTests() - Constructor for class org.apache.commons.vfs2.provider.local.test.FileNameTests
 
FileSystemExceptionTest - Class in org.apache.commons.vfs2
Tests the FileSystemException.
FileSystemExceptionTest() - Constructor for class org.apache.commons.vfs2.FileSystemExceptionTest
 
FileSystemManagerFactoryTestCase - Class in org.apache.commons.vfs2.test
Test cases for the VFS factory.
FileSystemManagerFactoryTestCase() - Constructor for class org.apache.commons.vfs2.test.FileSystemManagerFactoryTestCase
 
finish() - Method in class org.apache.commons.vfs2.test.VerifyingFileSelector
Asserts that the selector has seen all the files.
FtpProviderTestCase - Class in org.apache.commons.vfs2.provider.ftp.test
Tests for FTP file systems.
FtpProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.ftp.test.FtpProviderTestCase
 

G

GenericFileNameTestCase - Class in org.apache.commons.vfs2.provider.test
Some GenericFileName test cases.
GenericFileNameTestCase() - Constructor for class org.apache.commons.vfs2.provider.test.GenericFileNameTestCase
 
getBaseFolder() - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
Returns the base test folder.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.cache.LRUFilesCacheTestCase
 
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.cache.NullFilesCacheTestCase
 
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.ftp.test.FtpProviderTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.http.test.HttpProviderTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.jar.test.JarProviderTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.jar.test.NestedJarTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.local.test.LocalProviderTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.ram.test.RamProviderTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.res.test.ResourceProviderTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.sftp.test.SftpProviderTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.tar.test.NestedTarTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.tar.test.NestedTbz2TestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.tar.test.NestedTgzTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.tar.test.TarProviderTestCase
Returns the base folder for read tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.tar.test.Tbz2ProviderTestCase
Returns the base folder for read tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.tar.test.TgzProviderTestCase
Returns the base folder for read tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.temp.test.TemporaryProviderTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.test.JunctionProviderConfig
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.test.VirtualProviderTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.url.test.UrlHttpProviderTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.url.test.UrlProviderHttpTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.url.test.UrlProviderTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.webdav.test.WebdavProviderTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.zip.test.NestedZipTestCase
Returns the base folder for tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.provider.zip.test.ZipProviderTestCase
Returns the base folder for read tests.
getBaseTestFolder(FileSystemManager) - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
some provider config do some post-initialization in getBaseTestFolder.
getBaseTestFolder(FileSystemManager) - Method in interface org.apache.commons.vfs2.test.ProviderTestConfig
Returns the base folder for tests.
getCanonicalFile(File) - Static method in class org.apache.commons.AbstractVfsTestCase
Makes a file canonical
getCause(Throwable) - Static method in class org.apache.commons.AbstractVfsTestCase
Returns the cause of an exception.
getDefaultFileSystemManager() - Method in class org.apache.commons.vfs2.provider.test.JunctionProviderConfig
Returns a DefaultFileSystemManager instance (or subclass instance).
getDefaultFileSystemManager() - Method in class org.apache.commons.vfs2.test.AbstractProviderTestConfig
Returns a DefaultFileSystemManager instance (or subclass instance).
getDefaultFileSystemManager() - Method in interface org.apache.commons.vfs2.test.ProviderTestConfig
Returns a DefaultFileSystemManager instance (or subclass instance).
getFilesCache() - Method in class org.apache.commons.vfs2.cache.LRUFilesCacheTestCase
 
getFilesCache() - Method in class org.apache.commons.vfs2.cache.NullFilesCacheTestCase
 
getFilesCache() - Method in class org.apache.commons.vfs2.provider.test.JunctionProviderConfig
 
getFilesCache() - Method in class org.apache.commons.vfs2.test.AbstractProviderTestConfig
 
getFilesCache() - Method in interface org.apache.commons.vfs2.test.ProviderTestConfig
Returns the filesCache implementation used for tests.
getManager() - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
Returns the file system manager used by this test.
getPackageName(Class<?>) - Static method in class org.apache.commons.AbstractVfsTestCase
Returns the name of the package containing a class.
getProviderConfig() - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
get the provider configuration
getReadFolder() - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
Returns the read test folder.
getRequiredCaps() - Method in class org.apache.commons.vfs2.impl.test.VfsClassLoaderTests
Returns the capabilities required by the tests of this test case.
getRequiredCaps() - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
Returns the capabilities required by the tests of this test case.
getRequiredCaps() - Method in class org.apache.commons.vfs2.test.LastModifiedTests
Returns the capabilities required by the tests of this test case.
getRequiredCaps() - Method in class org.apache.commons.vfs2.test.ProviderCacheStrategyTests
Returns the capabilities required by the tests of this test case.
getRequiredCaps() - Method in class org.apache.commons.vfs2.test.ProviderDeleteTests
Returns the capabilities required by the tests of this test case.
getRequiredCaps() - Method in class org.apache.commons.vfs2.test.ProviderRandomReadTests
Returns the capabilities required by the tests of this test case.
getRequiredCaps() - Method in class org.apache.commons.vfs2.test.ProviderRandomReadWriteTests
Returns the capabilities required by the tests of this test case.
getRequiredCaps() - Method in class org.apache.commons.vfs2.test.ProviderReadTests
Returns the capabilities required by the tests of this test case.
getRequiredCaps() - Method in class org.apache.commons.vfs2.test.ProviderRenameTests
Returns the capabilities required by the tests of this test case.
getRequiredCaps() - Method in class org.apache.commons.vfs2.test.ProviderWriteAppendTests
Returns the capabilities required by the tests of this test case.
getRequiredCaps() - Method in class org.apache.commons.vfs2.test.ProviderWriteTests
Returns the capabilities required by the tests of this test case.
getRequiredCaps() - Method in class org.apache.commons.vfs2.test.UriTests
Returns the capabilities required by the tests of this test case.
getRequiredCaps() - Method in class org.apache.commons.vfs2.test.UrlStructureTests
Returns the capabilities required by the tests of this test case.
getRequiredCaps() - Method in class org.apache.commons.vfs2.test.UrlTests
Returns the capabilities required by the tests of this test case.
getResourceTestDirectory() - Static method in class org.apache.commons.AbstractVfsTestCase
 
getTestDirectory() - Static method in class org.apache.commons.AbstractVfsTestCase
 
getTestDirectory(String) - Static method in class org.apache.commons.AbstractVfsTestCase
Locates a test directory, creating it if it does not exist.
getTestDirectoryFile() - Static method in class org.apache.commons.AbstractVfsTestCase
Locates the base directory for this test.
getTestResource(String) - Static method in class org.apache.commons.AbstractVfsTestCase
Locates a test resource, and asserts that the resource exists
getTestResource(String, boolean) - Static method in class org.apache.commons.AbstractVfsTestCase
Locates a test resource.
getWriteFolder() - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
Returns the write test folder.

H

HttpProviderTestCase - Class in org.apache.commons.vfs2.provider.http.test
Test cases for the HTTP provider.
HttpProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.http.test.HttpProviderTestCase
 

I

includeFile(FileSelectInfo) - Method in class org.apache.commons.vfs2.test.VerifyingFileSelector
Determines if a file or folder should be selected.

J

JarProviderTestCase - Class in org.apache.commons.vfs2.provider.jar.test
Tests for the Jar file system.
JarProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.jar.test.JarProviderTestCase
 
JunctionProviderConfig - Class in org.apache.commons.vfs2.provider.test
A provider config that wraps another provider, to run the tests via junctions.
JunctionProviderConfig(ProviderTestConfig) - Constructor for class org.apache.commons.vfs2.provider.test.JunctionProviderConfig
 
JunctionTests - Class in org.apache.commons.vfs2.provider.test
Additional junction test cases.
JunctionTests() - Constructor for class org.apache.commons.vfs2.provider.test.JunctionTests
 

L

LargeTarTestCase - Class in org.apache.commons.vfs2.provider.tar.test
 
LargeTarTestCase() - Constructor for class org.apache.commons.vfs2.provider.tar.test.LargeTarTestCase
 
LastModifiedTests - Class in org.apache.commons.vfs2.test
Test cases for getting and setting file last modified time.
LastModifiedTests() - Constructor for class org.apache.commons.vfs2.test.LastModifiedTests
 
LocalProviderTestCase - Class in org.apache.commons.vfs2.provider.local.test
Tests for the local file system.
LocalProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.local.test.LocalProviderTestCase
 
LRUFilesCacheTestCase - Class in org.apache.commons.vfs2.cache
Tests the NullFilesCache
LRUFilesCacheTestCase() - Constructor for class org.apache.commons.vfs2.cache.LRUFilesCacheTestCase
 
LRUFilesCacheTests - Class in org.apache.commons.vfs2.cache
NullFilesCache
LRUFilesCacheTests() - Constructor for class org.apache.commons.vfs2.cache.LRUFilesCacheTests
 

M

main(String[]) - Static method in class org.apache.commons.vfs2.perf.FileNamePerformance
 
main(String[]) - Static method in class org.apache.commons.vfs2.RunTest
 

N

NamingTests - Class in org.apache.commons.vfs2.test
Test cases for file naming.
NamingTests() - Constructor for class org.apache.commons.vfs2.test.NamingTests
 
NestedJarTestCase - Class in org.apache.commons.vfs2.provider.jar.test
Tests for the Zip file system.
NestedJarTestCase() - Constructor for class org.apache.commons.vfs2.provider.jar.test.NestedJarTestCase
 
NestedTarTestCase - Class in org.apache.commons.vfs2.provider.tar.test
Tests for the Tar file system, using a tar file nested inside another tar file.
NestedTarTestCase() - Constructor for class org.apache.commons.vfs2.provider.tar.test.NestedTarTestCase
 
NestedTbz2TestCase - Class in org.apache.commons.vfs2.provider.tar.test
Tests for the Tar file system, using a tar file nested inside another tar file.
NestedTbz2TestCase() - Constructor for class org.apache.commons.vfs2.provider.tar.test.NestedTbz2TestCase
 
NestedTgzTestCase - Class in org.apache.commons.vfs2.provider.tar.test
Tests for the Tar file system, using a tar file nested inside another tar file.
NestedTgzTestCase() - Constructor for class org.apache.commons.vfs2.provider.tar.test.NestedTgzTestCase
 
NestedZipTestCase - Class in org.apache.commons.vfs2.provider.zip.test
Tests for the Zip file system, using a zip file nested inside another zip file.
NestedZipTestCase() - Constructor for class org.apache.commons.vfs2.provider.zip.test.NestedZipTestCase
 
notConfigured(Class<?>) - Static method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
 
NullFilesCacheTestCase - Class in org.apache.commons.vfs2.cache
Tests the NullFilesCache
NullFilesCacheTestCase() - Constructor for class org.apache.commons.vfs2.cache.NullFilesCacheTestCase
 
NullFilesCacheTests - Class in org.apache.commons.vfs2.cache
NullFilesCache
NullFilesCacheTests() - Constructor for class org.apache.commons.vfs2.cache.NullFilesCacheTests
 

O

org.apache.commons - package org.apache.commons
 
org.apache.commons.vfs2 - package org.apache.commons.vfs2
The public VFS API.
org.apache.commons.vfs2.cache - package org.apache.commons.vfs2.cache
VFS File caching
org.apache.commons.vfs2.impl.test - package org.apache.commons.vfs2.impl.test
 
org.apache.commons.vfs2.perf - package org.apache.commons.vfs2.perf
 
org.apache.commons.vfs2.provider.ftp.test - package org.apache.commons.vfs2.provider.ftp.test
 
org.apache.commons.vfs2.provider.http.test - package org.apache.commons.vfs2.provider.http.test
 
org.apache.commons.vfs2.provider.jar.test - package org.apache.commons.vfs2.provider.jar.test
 
org.apache.commons.vfs2.provider.local.test - package org.apache.commons.vfs2.provider.local.test
 
org.apache.commons.vfs2.provider.ram.test - package org.apache.commons.vfs2.provider.ram.test
 
org.apache.commons.vfs2.provider.res.test - package org.apache.commons.vfs2.provider.res.test
 
org.apache.commons.vfs2.provider.sftp.test - package org.apache.commons.vfs2.provider.sftp.test
 
org.apache.commons.vfs2.provider.tar.test - package org.apache.commons.vfs2.provider.tar.test
 
org.apache.commons.vfs2.provider.temp.test - package org.apache.commons.vfs2.provider.temp.test
 
org.apache.commons.vfs2.provider.test - package org.apache.commons.vfs2.provider.test
 
org.apache.commons.vfs2.provider.url.test - package org.apache.commons.vfs2.provider.url.test
 
org.apache.commons.vfs2.provider.webdav.test - package org.apache.commons.vfs2.provider.webdav.test
 
org.apache.commons.vfs2.provider.zip.test - package org.apache.commons.vfs2.provider.zip.test
 
org.apache.commons.vfs2.test - package org.apache.commons.vfs2.test
 
org.apache.commons.vfs2.util - package org.apache.commons.vfs2.util
Utility classes used by the VFS.

P

prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.ftp.test.FtpProviderTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.http.test.HttpProviderTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.jar.test.JarProviderTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.jar.test.NestedJarTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.ram.test.RamProviderTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.res.test.ResourceProviderTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.sftp.test.SftpProviderTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.tar.test.NestedTarTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.tar.test.NestedTbz2TestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.tar.test.NestedTgzTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.tar.test.TarProviderTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.tar.test.Tbz2ProviderTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.tar.test.TgzProviderTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.temp.test.TemporaryProviderTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.test.JunctionProviderConfig
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.url.test.UrlHttpProviderTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.url.test.UrlProviderHttpTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.url.test.UrlProviderTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.webdav.test.WebdavProviderTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.zip.test.NestedZipTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.provider.zip.test.ZipProviderTestCase
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in class org.apache.commons.vfs2.test.AbstractProviderTestConfig
Prepares the file system manager.
prepare(DefaultFileSystemManager) - Method in interface org.apache.commons.vfs2.test.ProviderTestConfig
Prepares the file system manager.
ProviderCacheStrategyTests - Class in org.apache.commons.vfs2.test
Test the cache stragey
ProviderCacheStrategyTests() - Constructor for class org.apache.commons.vfs2.test.ProviderCacheStrategyTests
 
ProviderDeleteTests - Class in org.apache.commons.vfs2.test
File system test that do some delete operations.
ProviderDeleteTests() - Constructor for class org.apache.commons.vfs2.test.ProviderDeleteTests
 
ProviderRandomReadTests - Class in org.apache.commons.vfs2.test
RanomdRead-only test cases for file providers.
ProviderRandomReadTests() - Constructor for class org.apache.commons.vfs2.test.ProviderRandomReadTests
 
ProviderRandomReadWriteTests - Class in org.apache.commons.vfs2.test
RanomdRead/Write test cases for file providers.
ProviderRandomReadWriteTests() - Constructor for class org.apache.commons.vfs2.test.ProviderRandomReadWriteTests
 
ProviderReadTests - Class in org.apache.commons.vfs2.test
Read-only test cases for file providers.
ProviderReadTests() - Constructor for class org.apache.commons.vfs2.test.ProviderReadTests
 
ProviderRenameTests - Class in org.apache.commons.vfs2.test
File system test that check that a file system can be renamed.
ProviderRenameTests() - Constructor for class org.apache.commons.vfs2.test.ProviderRenameTests
 
ProviderTestConfig - Interface in org.apache.commons.vfs2.test
Test configuration for a file system.
ProviderTestSuite - Class in org.apache.commons.vfs2.test
The suite of tests for a file system.
ProviderTestSuite(ProviderTestConfig) - Constructor for class org.apache.commons.vfs2.test.ProviderTestSuite
Adds the tests for a file system to this suite.
ProviderTestSuite(ProviderTestConfig, boolean) - Constructor for class org.apache.commons.vfs2.test.ProviderTestSuite
Adds the tests for a file system to this suite.
ProviderTestSuite(ProviderTestConfig, String, boolean, boolean) - Constructor for class org.apache.commons.vfs2.test.ProviderTestSuite
 
ProviderWriteAppendTests - Class in org.apache.commons.vfs2.test
File system test that check that a file system can be modified.
ProviderWriteAppendTests() - Constructor for class org.apache.commons.vfs2.test.ProviderWriteAppendTests
 
ProviderWriteTests - Class in org.apache.commons.vfs2.test
File system test that check that a file system can be modified.
ProviderWriteTests() - Constructor for class org.apache.commons.vfs2.test.ProviderWriteTests
 

R

RamProviderTestCase - Class in org.apache.commons.vfs2.provider.ram.test
Tests for the RAM file system.
RamProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.ram.test.RamProviderTestCase
 
ResourceProviderTestCase - Class in org.apache.commons.vfs2.provider.res.test
Test cases for the resource provider.
ResourceProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.res.test.ResourceProviderTestCase
 
RunTest - Class in org.apache.commons.vfs2
 
RunTest() - Constructor for class org.apache.commons.vfs2.RunTest
 
runTest() - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
Runs the test.

S

setConfig(DefaultFileSystemManager, ProviderTestConfig, FileObject, FileObject, FileObject) - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
Configures this test.
setMethod(Method) - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
Sets the test method.
setUp() - Method in class org.apache.commons.vfs2.impl.test.DefaultFileMonitorTests
 
setUp() - Method in class org.apache.commons.vfs2.provider.ram.test.CustomRamProviderTest
 
setUp() - Method in class org.apache.commons.vfs2.provider.tar.test.LargeTarTestCase
 
setUp() - Method in class org.apache.commons.vfs2.test.AbstractTestSuite
 
setUp() - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilderTest
 
setWriteFolder(FileObject) - Method in class org.apache.commons.vfs2.test.AbstractProviderTestCase
Sets the write test folder.
SftpProviderTestCase - Class in org.apache.commons.vfs2.provider.sftp.test
Test cases for the SFTP provider.
SftpProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.sftp.test.SftpProviderTestCase
 
suite() - Static method in class org.apache.commons.vfs2.cache.LRUFilesCacheTestCase
 
suite() - Static method in class org.apache.commons.vfs2.cache.NullFilesCacheTestCase
 
suite() - Static method in class org.apache.commons.vfs2.provider.ftp.test.FtpProviderTestCase
Creates the test suite for the ftp file system.
suite() - Static method in class org.apache.commons.vfs2.provider.http.test.HttpProviderTestCase
 
suite() - Static method in class org.apache.commons.vfs2.provider.jar.test.JarProviderTestCase
Creates the test suite for the jar file system.
suite() - Static method in class org.apache.commons.vfs2.provider.jar.test.NestedJarTestCase
Creates the test suite for nested jar files.
suite() - Static method in class org.apache.commons.vfs2.provider.local.test.LocalProviderTestCase
Creates the test suite for the local file system.
suite() - Static method in class org.apache.commons.vfs2.provider.ram.test.RamProviderTestCase
Creates the test suite for the ram file system.
suite() - Static method in class org.apache.commons.vfs2.provider.res.test.ResourceProviderTestCase
 
suite() - Static method in class org.apache.commons.vfs2.provider.sftp.test.SftpProviderTestCase
 
suite() - Static method in class org.apache.commons.vfs2.provider.tar.test.NestedTarTestCase
Creates the test suite for nested tar files.
suite() - Static method in class org.apache.commons.vfs2.provider.tar.test.NestedTbz2TestCase
Creates the test suite for nested tar files.
suite() - Static method in class org.apache.commons.vfs2.provider.tar.test.NestedTgzTestCase
Creates the test suite for nested tar files.
suite() - Static method in class org.apache.commons.vfs2.provider.tar.test.TarProviderTestCase
Creates the test suite for the tar file system.
suite() - Static method in class org.apache.commons.vfs2.provider.tar.test.Tbz2ProviderTestCase
Creates the test suite for the tar file system.
suite() - Static method in class org.apache.commons.vfs2.provider.tar.test.TgzProviderTestCase
Creates the test suite for the tar file system.
suite() - Static method in class org.apache.commons.vfs2.provider.temp.test.TemporaryProviderTestCase
Creates the test suite for the tmp file system.
suite() - Static method in class org.apache.commons.vfs2.provider.test.VirtualProviderTestCase
 
suite() - Static method in class org.apache.commons.vfs2.provider.url.test.UrlHttpProviderTestCase
 
suite() - Static method in class org.apache.commons.vfs2.provider.url.test.UrlProviderHttpTestCase
 
suite() - Static method in class org.apache.commons.vfs2.provider.url.test.UrlProviderTestCase
 
suite() - Static method in class org.apache.commons.vfs2.provider.webdav.test.WebdavProviderTestCase
 
suite() - Static method in class org.apache.commons.vfs2.provider.zip.test.NestedZipTestCase
Creates the test suite for nested zip files.
suite() - Static method in class org.apache.commons.vfs2.provider.zip.test.ZipProviderTestCase
Creates the test suite for the zip file system.

T

TarProviderTestCase - Class in org.apache.commons.vfs2.provider.tar.test
Tests for the Tar file system.
TarProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.tar.test.TarProviderTestCase
 
Tbz2ProviderTestCase - Class in org.apache.commons.vfs2.provider.tar.test
Tests for the Tar file system.
Tbz2ProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.tar.test.Tbz2ProviderTestCase
 
tearDown() - Method in class org.apache.commons.vfs2.impl.test.DefaultFileMonitorTests
 
tearDown() - Method in class org.apache.commons.vfs2.provider.ram.test.CustomRamProviderTest
 
tearDown() - Method in class org.apache.commons.vfs2.test.AbstractTestSuite
 
tearDown() - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilderTest
 
TemporaryProviderTestCase - Class in org.apache.commons.vfs2.provider.temp.test
Test cases for the tmp: file provider.
TemporaryProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.temp.test.TemporaryProviderTestCase
 
TEST_FILE_CONTENT - Static variable in class org.apache.commons.vfs2.test.AbstractProviderTestCase
 
testAbsoluteFileName() - Method in class org.apache.commons.vfs2.provider.local.test.FileNameTests
Tests resolution of an absolute file name.
testAbsoluteNameConvert() - Method in class org.apache.commons.vfs2.test.NamingTests
Tests conversion from absolute to relative names.
testAbsoluteNames() - Method in class org.apache.commons.vfs2.test.NamingTests
Tests resolution of absolute names.
testAbsoluteURI() - Method in class org.apache.commons.vfs2.test.UriTests
Tests resolution of absolute URI.
testAllContent() - Method in class org.apache.commons.vfs2.test.ContentTests
Asserts that every expected file exists, and has the expected content.
testAncestors() - Method in class org.apache.commons.vfs2.provider.test.JunctionTests
Checks ancestors are created when a junction is created.
testAppendContent() - Method in class org.apache.commons.vfs2.test.ProviderWriteAppendTests
Tests create-delete-create-a-file sequence on the same file system.
testBadlyFormedUri() - Method in class org.apache.commons.vfs2.provider.test.GenericFileNameTestCase
Tests error handling in URI parser.
testChildName() - Method in class org.apache.commons.vfs2.test.NamingTests
Tests child file names.
testChildren() - Method in class org.apache.commons.vfs2.test.ContentTests
Tests that children cannot be listed for non-folders.
testConcurrentRead() - Method in class org.apache.commons.vfs2.test.ContentTests
Tests concurrent reads on a file.
testConcurrentReadFiles() - Method in class org.apache.commons.vfs2.test.ContentTests
Tests concurrent reads on different files works.
testConcurrentReadFolder() - Method in class org.apache.commons.vfs2.test.ProviderReadTests
Tests can perform operations on a folder while reading from a different files.
testConfiguration() - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilderTest
 
testContent() - Method in class org.apache.commons.vfs2.test.ContentTests
Tests content.
testCopySameFileSystem() - Method in class org.apache.commons.vfs2.test.ProviderWriteTests
Tests file copy to and from the same filesystem type.
testCreateDeleteCreateSameFileSystem() - Method in class org.apache.commons.vfs2.test.ProviderWriteTests
Tests create-delete-create-a-file sequence on the same file system.
testDefaultInstance() - Method in class org.apache.commons.vfs2.test.FileSystemManagerFactoryTestCase
Sanity test.
testDelegatingBad() - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilderTest
 
testDelegatingGood() - Method in class org.apache.commons.vfs2.util.DelegatingFileSystemOptionsBuilderTest
 
testDelete() - Method in class org.apache.commons.vfs2.test.ProviderWriteTests
Tests deletion
testDeleteAllFiles() - Method in class org.apache.commons.vfs2.test.ProviderDeleteTests
deletes files
testDeleteFile() - Method in class org.apache.commons.vfs2.test.ProviderDeleteTests
deletes a single file
testDeleteFiles() - Method in class org.apache.commons.vfs2.test.ProviderDeleteTests
deletes the complete structure
testDeleteNonExistantFile() - Method in class org.apache.commons.vfs2.test.ProviderDeleteTests
Deletes a non existent file
testDeleteOneFiles() - Method in class org.apache.commons.vfs2.test.ProviderDeleteTests
deletes a.txt
testDescendentName() - Method in class org.apache.commons.vfs2.test.NamingTests
Tests descendent name resolution.
testDoesNotModifyUrlsWithoutPassword() - Method in class org.apache.commons.vfs2.FileSystemExceptionTest
Tests a FileSystemException containing info with a URL containing only the user information.
testEncryptDecrypt() - Method in class org.apache.commons.vfs2.util.EncryptDecryptTest
 
testExists() - Method in class org.apache.commons.vfs2.test.ContentTests
Tests existence determination.
testFileCreate() - Method in class org.apache.commons.vfs2.test.ProviderWriteTests
Tests file creation
testFileCreated() - Method in class org.apache.commons.vfs2.impl.test.DefaultFileMonitorTests
 
testFileCreateMismatched() - Method in class org.apache.commons.vfs2.test.ProviderWriteTests
Tests file/folder creation with mismatched types.
testFileDeleted() - Method in class org.apache.commons.vfs2.impl.test.DefaultFileMonitorTests
 
testFileModified() - Method in class org.apache.commons.vfs2.impl.test.DefaultFileMonitorTests
 
testFileRecreated() - Method in class org.apache.commons.vfs2.impl.test.DefaultFileMonitorTests
 
testFilesCache() - Method in class org.apache.commons.vfs2.cache.LRUFilesCacheTests
 
testFilesCache() - Method in class org.apache.commons.vfs2.cache.NullFilesCacheTests
 
testFindFiles() - Method in class org.apache.commons.vfs2.test.ProviderReadTests
Tests that findFiles() works.
testFolderContent() - Method in class org.apache.commons.vfs2.test.ProviderReadTests
Tests that folders have no content.
testFolderCreate() - Method in class org.apache.commons.vfs2.test.ProviderWriteTests
Tests folder creation.
testFolderURL() - Method in class org.apache.commons.vfs2.test.UrlStructureTests
Tests that folders have no content.
testGetLastModified() - Method in class org.apache.commons.vfs2.test.LastModifiedTests
Tests getting the last modified time of a file.
testInstrCleanup() - Method in class org.apache.commons.vfs2.test.ContentTests
Tests that input streams are cleaned up on file close.
testLargeFile() - Method in class org.apache.commons.vfs2.provider.tar.test.LargeTarTestCase
 
testListChildren() - Method in class org.apache.commons.vfs2.test.ProviderWriteTests
Test that children are handled correctly by create and delete.
testListener() - Method in class org.apache.commons.vfs2.test.ProviderWriteTests
Check listeners are notified of changes.
testLoadClass() - Method in class org.apache.commons.vfs2.impl.test.VfsClassLoaderTests
Tests loading a class.
testLoadResource() - Method in class org.apache.commons.vfs2.impl.test.VfsClassLoaderTests
Tests loading a resource.
testManualCache() - Method in class org.apache.commons.vfs2.test.ProviderCacheStrategyTests
Test the manual cache strategy
testMasksPasswordOfUrlsWithBasicAuthentication() - Method in class org.apache.commons.vfs2.FileSystemExceptionTest
Tests a FileSystemException containing info with a URL containing a complete basic authentication.
testNameResolution() - Method in class org.apache.commons.vfs2.test.NamingTests
Tests relative name resolution, relative to the base folder.
testNestedJunction() - Method in class org.apache.commons.vfs2.provider.test.JunctionTests
Checks nested junctions are not supported.
testOnCallCache() - Method in class org.apache.commons.vfs2.test.ProviderCacheStrategyTests
Test the on_call strategy
testOnResolveCache() - Method in class org.apache.commons.vfs2.test.ProviderCacheStrategyTests
Test the on_resolve strategy
testOverwriteSameFileSystem() - Method in class org.apache.commons.vfs2.test.ProviderWriteTests
Tests overwriting a file on the same file system.
testParent() - Method in class org.apache.commons.vfs2.test.ContentTests
Tests parent identity
testParseUri() - Method in class org.apache.commons.vfs2.provider.test.GenericFileNameTestCase
Tests parsing a URI into its parts.
testProperDetectionOfUrl() - Method in class org.apache.commons.vfs2.FileSystemExceptionTest
Tests a FileSystemException containing info with a nested URL containing a complete basic authentication.
testRandomRead() - Method in class org.apache.commons.vfs2.test.ProviderRandomReadTests
Read a file
testRandomWrite() - Method in class org.apache.commons.vfs2.test.ProviderRandomReadWriteTests
Read a file
testRelativeURI() - Method in class org.apache.commons.vfs2.test.NamingTests
Tests resolution of relative file names via the FS manager
testRelativeUriEncoding() - Method in class org.apache.commons.vfs2.test.NamingTests
Tests encoding of relative URI.
testRenameFile() - Method in class org.apache.commons.vfs2.test.ProviderRenameTests
Tests create-delete-create-a-file sequence on the same file system.
testReuse() - Method in class org.apache.commons.vfs2.test.ContentTests
Tests that content and file objects are usable after being closed.
testRoot() - Method in class org.apache.commons.vfs2.test.ContentTests
Tests root of file system exists.
testRoot() - Method in class org.apache.commons.vfs2.test.ProviderReadTests
Tests the contents of root of file system can be listed.
testRootFileName() - Method in class org.apache.commons.vfs2.test.NamingTests
Tests the root file name.
testRootFolderExists() - Method in class org.apache.commons.vfs2.provider.ram.test.CustomRamProviderTest
Checks root folder exists
testSealing() - Method in class org.apache.commons.vfs2.impl.test.VfsClassLoaderTests
Tests package sealing.
testSetLastModified() - Method in class org.apache.commons.vfs2.test.LastModifiedTests
Tests setting the last modified time of file.
testSmallFS() - Method in class org.apache.commons.vfs2.provider.ram.test.CustomRamProviderTest
 
testStructure() - Method in class org.apache.commons.vfs2.test.ProviderReadTests
Walks the base folder structure, asserting it contains exactly the expected files and folders.
testType() - Method in class org.apache.commons.vfs2.test.ProviderReadTests
Tests type determination.
testUnknownContent() - Method in class org.apache.commons.vfs2.test.ContentTests
Tests that unknown files have no content.
testUnknownURL() - Method in class org.apache.commons.vfs2.test.UrlTests
Tests that unknown files have no content.
testURL() - Method in class org.apache.commons.vfs2.test.UrlTests
Tests url.
testURLContent() - Method in class org.apache.commons.vfs2.test.UrlTests
Tests content.
testVersioning() - Method in class org.apache.commons.vfs2.provider.webdav.test.WebdavVersioningTests
 
testVersioningWithCreator() - Method in class org.apache.commons.vfs2.provider.webdav.test.WebdavVersioningTests
 
TgzProviderTestCase - Class in org.apache.commons.vfs2.provider.tar.test
Tests for the Tar file system.
TgzProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.tar.test.TgzProviderTestCase
 
toString() - Method in class code.ClassToLoad
 
traverseDescendents(FileSelectInfo) - Method in class org.apache.commons.vfs2.test.VerifyingFileSelector
Determines whether a folder should be traversed.

U

UriTests - Class in org.apache.commons.vfs2.test
Absolute URI test cases.
UriTests() - Constructor for class org.apache.commons.vfs2.test.UriTests
 
UrlHttpProviderTestCase - Class in org.apache.commons.vfs2.provider.url.test
Test cases for the generic provider.
UrlHttpProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.url.test.UrlHttpProviderTestCase
 
UrlProviderHttpTestCase - Class in org.apache.commons.vfs2.provider.url.test
Test cases for HTTP with the default provider.
UrlProviderHttpTestCase() - Constructor for class org.apache.commons.vfs2.provider.url.test.UrlProviderHttpTestCase
 
UrlProviderTestCase - Class in org.apache.commons.vfs2.provider.url.test
Test cases for the generic provider.
UrlProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.url.test.UrlProviderTestCase
 
UrlStructureTests - Class in org.apache.commons.vfs2.test
URL Test cases for providers that supply structural info.
UrlStructureTests() - Constructor for class org.apache.commons.vfs2.test.UrlStructureTests
 
UrlTests - Class in org.apache.commons.vfs2.test
URL test cases for providers.
UrlTests() - Constructor for class org.apache.commons.vfs2.test.UrlTests
 

V

VerifyingFileSelector - Class in org.apache.commons.vfs2.test
A file selector that asserts that all files are visited, in the correct order.
VerifyingFileSelector(FileInfo) - Constructor for class org.apache.commons.vfs2.test.VerifyingFileSelector
 
VfsClassLoaderTests - Class in org.apache.commons.vfs2.impl.test
VfsClassLoader test cases.
VfsClassLoaderTests() - Constructor for class org.apache.commons.vfs2.impl.test.VfsClassLoaderTests
 
VirtualProviderTestCase - Class in org.apache.commons.vfs2.provider.test
Test cases for the virtual file system provider.
VirtualProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.test.VirtualProviderTestCase
 

W

WebdavProviderTestCase - Class in org.apache.commons.vfs2.provider.webdav.test
Test cases for the WebDAV provider.
WebdavProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.webdav.test.WebdavProviderTestCase
 
WebdavProviderTestSuite - Class in org.apache.commons.vfs2.provider.webdav.test
The suite of tests for a file system.
WebdavProviderTestSuite(ProviderTestConfig) - Constructor for class org.apache.commons.vfs2.provider.webdav.test.WebdavProviderTestSuite
Adds the tests for a file system to this suite.
WebdavProviderTestSuite(ProviderTestConfig, boolean) - Constructor for class org.apache.commons.vfs2.provider.webdav.test.WebdavProviderTestSuite
Adds the tests for a file system to this suite.
WebdavProviderTestSuite(ProviderTestConfig, String, boolean, boolean) - Constructor for class org.apache.commons.vfs2.provider.webdav.test.WebdavProviderTestSuite
 
WebdavVersioningTests - Class in org.apache.commons.vfs2.provider.webdav.test
Test to verify Webdav Versioning support
WebdavVersioningTests() - Constructor for class org.apache.commons.vfs2.provider.webdav.test.WebdavVersioningTests
 

Z

ZipProviderTestCase - Class in org.apache.commons.vfs2.provider.zip.test
Tests for the Zip file system.
ZipProviderTestCase() - Constructor for class org.apache.commons.vfs2.provider.zip.test.ZipProviderTestCase
 

A B C D E F G H I J L M N O P R S T U V W Z

Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.