|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.entityfs.cap.entityattrs.unix.metadata.user.MetadataUnixAttributesCapabilityProvider
MetadataUnixAttributesCapabilityProvider
object instead.
@Deprecated public class MetadataUnixAttributesCapabilityProvider
Use the
MetadataUnixAttributesCapabilityProvider
object instead.
Constructor Summary | |
---|---|
MetadataUnixAttributesCapabilityProvider()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public MetadataUnixAttributesCapabilityProvider()
Method Detail |
---|
@Deprecated public MetadataUnixAttributesCapabilityProvider setSetEntityOwnership(boolean b)
@Deprecated public boolean isSetEntityOwnership()
@Deprecated public MetadataUnixAttributesCapabilityProvider setDefaultUid(int uid) throws IllegalArgumentException
IllegalArgumentException
@Deprecated public int getDefaultUid()
@Deprecated public MetadataUnixAttributesCapabilityProvider setDefaultGid(int gid) throws IllegalArgumentException
IllegalArgumentException
@Deprecated public int getDefaultGid()
@Deprecated public MetadataUnixAttributesCapabilityProvider setDefaultAttributesFactory(EntityType et, ObjectFactory<UnixAttributes> f)
@Deprecated public MetadataUnixAttributesCapabilityProvider setDefaultAttributesFactories(Map<EntityType,? extends ObjectFactory<UnixAttributes>> m)
@Deprecated public Map<EntityType,ObjectFactory<UnixAttributes>> getDefaultAttributesFactories()
@Deprecated public boolean isReadOnlyFileSystemSupported()
isReadOnlyFileSystemSupported
in interface CapabilityProviderImplementation
true
if this capability provider supports read only file
systems.@Deprecated public boolean isReadWriteFileSystemSupported()
isReadWriteFileSystemSupported
in interface CapabilityProviderImplementation
true
if this capability provider supports read/write file
systems.@Deprecated public AdapterFactory proxyAdapterFactory(AdapterFactory af, LogAdapterHolder lah) throws FileSystemConfigurationException
CapabilityProviderImplementation
proxyAdapterFactory
in interface CapabilityProviderImplementation
af
- The adapter factory.lah
- The (future) file system's log adapter holder.
null
.
FileSystemConfigurationException
- On configuration errors.@Deprecated public FileSystemDelegate proxyFileSystemDelegate(FileSystemDelegate fsd, SupportObjects so, boolean readOnly) throws FileSystemConfigurationException
CapabilityProviderImplementation
This method can check that all capabilities that the capability provider
require in order to work are present in the FileSystemDelegate
to
proxy. If not, the method throws an
FileSystemConfigurationException
.
When this method is called, no owning FileSystemImplementation
is
created yet, so a call to FileSystemDelegate.getOwner()
will
return null
.
proxyFileSystemDelegate
in interface CapabilityProviderImplementation
fsd
- The file system delegate to proxy.so
- The file system's support objects. Maybe useful for
implementations of this method, maybe not.readOnly
- Is the file system read only?
fsd
or fsd
itself. Never null
.
FileSystemConfigurationException
- On configuration errors.@Deprecated public DirectoryDelegate proxyRootDirectoryDelegate(FileSystemImplementation fs, FileSystemDelegate fsd, DirectoryDelegate dd, LogAdapterHolder lah) throws FileSystemConfigurationException
CapabilityProviderImplementation
proxyRootDirectoryDelegate
in interface CapabilityProviderImplementation
fs
- The file system object.fsd
- The file system delegate created by
CapabilityProviderImplementation.proxyFileSystemDelegate(FileSystemDelegate, SupportObjects, boolean)
.dd
- The root directory delegate.
dd
or dd
itself. Never null
.
FileSystemConfigurationException
- On configuration errors.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |