org.codehaus.cargo.container.property
Interface RemotePropertySet


public interface RemotePropertySet

Gathers all general container properties valid for all types of remote containers.

Version:
$Id: RemotePropertySet.java 843 2006-02-01 14:59:25Z vmassol $

Field Summary
static String PASSWORD
          Password to use to authenticate against a remote container (when deploying for example).
static String URI
          URI to use when manipulating a remote container.
static String USERNAME
          Username to use to authenticate against a remote container (when deploying for example).
 

Field Detail

URI

static final String URI
URI to use when manipulating a remote container.

See Also:
Constant Field Values

USERNAME

static final String USERNAME
Username to use to authenticate against a remote container (when deploying for example).

See Also:
Constant Field Values

PASSWORD

static final String PASSWORD
Password to use to authenticate against a remote container (when deploying for example).

See Also:
Constant Field Values


Copyright © 2004-2012 Codehaus. All Rights Reserved.