Uses of Class
org.jclouds.filesystem.predicates.validators.FilesystemBlobKeyValidator
-
Packages that use FilesystemBlobKeyValidator Package Description org.jclouds.filesystem.predicates.validators.internal org.jclouds.filesystem.strategy.internal -
-
Uses of FilesystemBlobKeyValidator in org.jclouds.filesystem.predicates.validators.internal
Subclasses of FilesystemBlobKeyValidator in org.jclouds.filesystem.predicates.validators.internal Modifier and Type Class Description classFilesystemBlobKeyValidatorImplValidates name for filesystem container blob keys implementation -
Uses of FilesystemBlobKeyValidator in org.jclouds.filesystem.strategy.internal
Fields in org.jclouds.filesystem.strategy.internal declared as FilesystemBlobKeyValidator Modifier and Type Field Description protected FilesystemBlobKeyValidatorFilesystemStorageStrategyImpl. filesystemBlobKeyValidatorConstructors in org.jclouds.filesystem.strategy.internal with parameters of type FilesystemBlobKeyValidator Constructor Description FilesystemStorageStrategyImpl(javax.inject.Provider<BlobBuilder> blobBuilders, String baseDir, boolean autoDetectContentType, FilesystemContainerNameValidator filesystemContainerNameValidator, FilesystemBlobKeyValidator filesystemBlobKeyValidator, com.google.common.base.Supplier<Location> defaultLocation)
-