Package org.duracloud.syncui.domain
Class DuracloudConfiguration
- java.lang.Object
-
- org.duracloud.syncui.domain.DuracloudConfiguration
-
public class DuracloudConfiguration extends Object
This class provides read-only Duracloud Configuration info: that is, everything one needs to know in order to connect to a duracloud primary content store.- Author:
- Daniel Bernstein
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_PORT
-
Constructor Summary
Constructors Constructor Description DuracloudConfiguration(String username, String password, String host, int port, String spaceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()StringgetPassword()intgetPort()StringgetSpaceId()StringgetUsername()booleanisDefaultPort()
-
-
-
Field Detail
-
DEFAULT_PORT
public static final String DEFAULT_PORT
-
-