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 java.lang.String PASSWORD
          Password to use to authenticate against a remote container (when deploying for example).
static java.lang.String URI
          URI to use when manipulating a remote container.
static java.lang.String USERNAME
          Username to use to authenticate against a remote container (when deploying for example).
 

Field Detail

URI

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

See Also:
Constant Field Values

USERNAME

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

See Also:
Constant Field Values

PASSWORD

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

See Also:
Constant Field Values


Copyright © 2004-2007 Codehaus. All Rights Reserved.