com.soebes.subversion.sapm
Class UserFactory

java.lang.Object
  extended by com.soebes.subversion.sapm.UserFactory

public class UserFactory
extends Object

Factory to create User instances.

Author:
Karl Heinz Marbaise

Constructor Summary
UserFactory()
           
 
Method Summary
static User createInstance(String user)
          The factory method to create the particular instances.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserFactory

public UserFactory()
Method Detail

createInstance

public static User createInstance(String user)
The factory method to create the particular instances. This means you can give one of the following user names:

Parameters:
user - The user name which will be used.
Returns:
The instance of the User class.


Copyright © 2010-2011 SoftwareEntwicklung Beratung Schulung. All Rights Reserved.