Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.shell.commands.user
Class UserAddCommand

java.lang.Object
  extended by org.nuxeo.ecm.shell.commands.repository.AbstractCommand
      extended by org.nuxeo.ecm.shell.commands.user.UserAddCommand
All Implemented Interfaces:
Command

public class UserAddCommand
extends AbstractCommand

Author:
M.-A. Darche

Field Summary
static java.lang.String COMMAND_NAME
           
static java.lang.String USER_DIRECTORY_NAME
           
static int USERS_CSV_COLUMN_COUNT
           
static java.lang.String[] USERS_CSV_FIELD_NAMES
           
 
Constructor Summary
UserAddCommand()
           
 
Method Summary
 void run(CommandLine cmdLine)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMAND_NAME

public static final java.lang.String COMMAND_NAME
See Also:
Constant Field Values

USERS_CSV_COLUMN_COUNT

public static final int USERS_CSV_COLUMN_COUNT
See Also:
Constant Field Values

USERS_CSV_FIELD_NAMES

public static final java.lang.String[] USERS_CSV_FIELD_NAMES

USER_DIRECTORY_NAME

public static final java.lang.String USER_DIRECTORY_NAME
See Also:
Constant Field Values
Constructor Detail

UserAddCommand

public UserAddCommand()
Method Detail

run

public void run(CommandLine cmdLine)
         throws java.lang.Exception
Specified by:
run in interface Command
Specified by:
run in class AbstractCommand
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.