|
Remote System Explorer DataStore Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.dstore.core.model.DataStoreAttributes
public class DataStoreAttributes
This class is used to store attributes that are required for configuring a remote connection.
Field Summary | |
---|---|
static int |
A_HOST_NAME
|
static int |
A_HOST_PATH
|
static int |
A_HOST_PORT
|
static int |
A_LOCAL_NAME
|
static int |
A_LOCAL_PATH
|
static int |
A_LOG_NAME
|
static int |
A_LOG_PATH
|
static int |
A_PLUGIN_PATH
|
static int |
A_ROOT_NAME
|
static int |
A_ROOT_PATH
|
static int |
A_SIZE
|
static String |
DATASTORE_VERSION
Datastore Protocol Version. |
Constructor Summary | |
---|---|
DataStoreAttributes()
Constructor |
Method Summary | |
---|---|
String |
getAttribute(int attributeIndex)
Gets an attribute at a specified index |
void |
setAttribute(int attributeIndex,
String attribute)
Set an attribute at a specified index |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DATASTORE_VERSION
public static final int A_PLUGIN_PATH
public static final int A_ROOT_NAME
public static final int A_ROOT_PATH
public static final int A_HOST_NAME
public static final int A_HOST_PATH
public static final int A_HOST_PORT
public static final int A_LOCAL_NAME
public static final int A_LOCAL_PATH
public static final int A_LOG_NAME
public static final int A_LOG_PATH
public static final int A_SIZE
Constructor Detail |
---|
public DataStoreAttributes()
Method Detail |
---|
public String getAttribute(int attributeIndex)
attributeIndex
- the index of an attribute
public void setAttribute(int attributeIndex, String attribute)
attributeIndex
- the index of an attribute
|
Remote System Explorer DataStore Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |