org.entityfs.cap.entityattrs.unix.metadata.user
Class DefaultUnixAttributesFactory

java.lang.Object
  extended by org.entityfs.cap.entityattrs.unix.metadata.user.DefaultUnixAttributesFactory
All Implemented Interfaces:
ObjectFactory<UnixAttributes>

Deprecated. Use the DefaultUnixAttributesFactory object instead.

@Deprecated
public class DefaultUnixAttributesFactory
extends Object
implements ObjectFactory<UnixAttributes>

Use the DefaultUnixAttributesFactory object instead.

Since:
1.0
Author:
Karl Gustafsson

Constructor Summary
DefaultUnixAttributesFactory(int uid, int gid, UnixEntityMode uem)
          Deprecated. 
 
Method Summary
 UnixAttributes create()
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultUnixAttributesFactory

@Deprecated
public DefaultUnixAttributesFactory(int uid,
                                               int gid,
                                               UnixEntityMode uem)
Deprecated. 

Create a new attributes factory.

Parameters:
uid - The UID given to all created attributes.
gid - The GID given to all created attributes.
uem - The Unix entity mode given to all created attributes. See UnixEntityMode.
Method Detail

create

@Deprecated
public UnixAttributes create()
Deprecated. 

Description copied from interface: ObjectFactory
Create a new instance of the object.

Specified by:
create in interface ObjectFactory<UnixAttributes>
Returns:
The new instance.