From 6d44a8fe2fe2dd97bdd7ed176ab3e69609c2ef39 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Wed, 23 May 2012 17:32:52 +0200 Subject: Update docs (cdo) --- .../org/eclipse/emf/cdo/util/CDOURIData.html | 1546 ++++++++++---------- 1 file changed, 804 insertions(+), 742 deletions(-) (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOURIData.html') diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOURIData.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOURIData.html index 167602f4d7..54071c2be7 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOURIData.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOURIData.html @@ -1,742 +1,804 @@ - - - - - - -CDOURIData (CDO Model Repository Documentation) - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.eclipse.emf.cdo.util -
-Class CDOURIData

-
-java.lang.Object
-  extended by org.eclipse.emf.cdo.util.CDOURIData
-
-
-
-
public final class CDOURIData -
extends Object -
- - - - - -
- - - -

-Represents the CDO-specific URI data needed to access a resource in a repository. -

- -

-

-
Since:
-
4.0
-
-
- -

- - - - - - - - - - - - - - - - - - - -
-Field Summary
-static StringBRANCH_PARAMETER - -
-           
-static StringTIME_PARAMETER - -
-           
-static StringTRANSACTIONAL_PARAMETER - -
-           
-  - - - - - - - - - - - - - - - - -
-Constructor Summary
CDOURIData() - -
-           
CDOURIData(String uri) - -
-           
CDOURIData(URI uri) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- StringgetAuthority() - -
-           
- org.eclipse.core.runtime.IPathgetBranchPath() - -
-           
- StringgetPassWord() - -
-           
- StringgetRepositoryName() - -
-           
- org.eclipse.core.runtime.IPathgetResourcePath() - -
-           
- StringgetScheme() - -
-           
- longgetTimeStamp() - -
-           
- StringgetUserName() - -
-           
- booleanisTransactional() - -
-           
- voidsetAuthority(String authority) - -
-           
- voidsetBranchPath(org.eclipse.core.runtime.IPath branchPath) - -
-           
- voidsetPassWord(String passWord) - -
-           
- voidsetRepositoryName(String repositoryName) - -
-           
- voidsetResourcePath(org.eclipse.core.runtime.IPath resourcePath) - -
-           
- voidsetScheme(String scheme) - -
-           
- voidsetTimeStamp(long timeStamp) - -
-           
- voidsetTransactional(boolean transactional) - -
-           
- voidsetUserName(String userName) - -
-           
- StringtoString() - -
-           
- URItoURI() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-BRANCH_PARAMETER

-
-public static final String BRANCH_PARAMETER
-
-
-
See Also:
Constant Field Values
-
-
- -

-TIME_PARAMETER

-
-public static final String TIME_PARAMETER
-
-
-
See Also:
Constant Field Values
-
-
- -

-TRANSACTIONAL_PARAMETER

-
-public static final String TRANSACTIONAL_PARAMETER
-
-
-
See Also:
Constant Field Values
-
- - - - - - - - -
-Constructor Detail
- -

-CDOURIData

-
-public CDOURIData()
-
-
-
- -

-CDOURIData

-
-public CDOURIData(String uri)
-           throws InvalidURIException
-
-
- -
Throws: -
InvalidURIException
-
-
- -

-CDOURIData

-
-public CDOURIData(URI uri)
-           throws InvalidURIException
-
-
- -
Throws: -
InvalidURIException
-
- - - - - - - - -
-Method Detail
- -

-getScheme

-
-public String getScheme()
-
-
-
-
-
-
- -

-setScheme

-
-public void setScheme(String scheme)
-
-
-
-
-
-
- -

-getUserName

-
-public String getUserName()
-
-
-
-
-
-
- -

-setUserName

-
-public void setUserName(String userName)
-
-
-
-
-
-
- -

-getPassWord

-
-public String getPassWord()
-
-
-
-
-
-
- -

-setPassWord

-
-public void setPassWord(String passWord)
-
-
-
-
-
-
- -

-getAuthority

-
-public String getAuthority()
-
-
-
-
-
-
- -

-setAuthority

-
-public void setAuthority(String authority)
-
-
-
-
-
-
- -

-getRepositoryName

-
-public String getRepositoryName()
-
-
-
-
-
-
- -

-setRepositoryName

-
-public void setRepositoryName(String repositoryName)
-
-
-
-
-
-
- -

-getResourcePath

-
-public org.eclipse.core.runtime.IPath getResourcePath()
-
-
-
-
-
-
- -

-setResourcePath

-
-public void setResourcePath(org.eclipse.core.runtime.IPath resourcePath)
-
-
-
-
-
-
- -

-getBranchPath

-
-public org.eclipse.core.runtime.IPath getBranchPath()
-
-
-
-
-
-
- -

-setBranchPath

-
-public void setBranchPath(org.eclipse.core.runtime.IPath branchPath)
-
-
-
-
-
-
- -

-getTimeStamp

-
-public long getTimeStamp()
-
-
-
-
-
-
- -

-setTimeStamp

-
-public void setTimeStamp(long timeStamp)
-
-
-
-
-
-
- -

-isTransactional

-
-public boolean isTransactional()
-
-
-
-
-
-
- -

-setTransactional

-
-public void setTransactional(boolean transactional)
-
-
-
-
-
-
- -

-toURI

-
-public URI toURI()
-
-
-
-
-
-
- -

-toString

-
-public String toString()
-
-
-
Overrides:
toString in class Object
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others. - - + + + + + + +CDOURIData (CDO Model Repository Documentation) + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.eclipse.emf.cdo.util +
+Class CDOURIData

+
+java.lang.Object
+  extended by org.eclipse.emf.cdo.util.CDOURIData
+
+
+
+
public final class CDOURIData +
extends Object +
+ + + + + +
+ + + +

+Represents the CDO-specific URI data needed to access a resource in a repository. +

+ +

+

+
Since:
+
4.0
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringBRANCH_PARAMETER + +
+           
+static StringTIME_PARAMETER + +
+           
+static StringTRANSACTIONAL_PARAMETER + +
+           
+static StringVIEW_ID_PARAMETER + +
+           
+  + + + + + + + + + + + + + + + + +
+Constructor Summary
CDOURIData() + +
+           
CDOURIData(String uri) + +
+           
CDOURIData(URI uri) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetAuthority() + +
+           
+ org.eclipse.core.runtime.IPathgetBranchPath() + +
+           
+ StringgetPassWord() + +
+           
+ StringgetRepositoryName() + +
+           
+ org.eclipse.core.runtime.IPathgetResourcePath() + +
+           
+ StringgetScheme() + +
+           
+ longgetTimeStamp() + +
+           
+ StringgetUserName() + +
+           
+ StringgetViewID() + +
+           
+ booleanisTransactional() + +
+           
+ voidsetAuthority(String authority) + +
+           
+ voidsetBranchPath(org.eclipse.core.runtime.IPath branchPath) + +
+           
+ voidsetPassWord(String passWord) + +
+           
+ voidsetRepositoryName(String repositoryName) + +
+           
+ voidsetResourcePath(org.eclipse.core.runtime.IPath resourcePath) + +
+           
+ voidsetScheme(String scheme) + +
+           
+ voidsetTimeStamp(long timeStamp) + +
+           
+ voidsetTransactional(boolean transactional) + +
+           
+ voidsetUserName(String userName) + +
+           
+ voidsetViewID(String viewID) + +
+           
+ StringtoString() + +
+           
+ URItoURI() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+BRANCH_PARAMETER

+
+public static final String BRANCH_PARAMETER
+
+
+
See Also:
Constant Field Values
+
+
+ +

+TIME_PARAMETER

+
+public static final String TIME_PARAMETER
+
+
+
See Also:
Constant Field Values
+
+
+ +

+VIEW_ID_PARAMETER

+
+public static final String VIEW_ID_PARAMETER
+
+
+
Since:
+
4.1
+
See Also:
Constant Field Values
+
+
+ +

+TRANSACTIONAL_PARAMETER

+
+public static final String TRANSACTIONAL_PARAMETER
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+CDOURIData

+
+public CDOURIData()
+
+
+
+ +

+CDOURIData

+
+public CDOURIData(String uri)
+           throws InvalidURIException
+
+
+ +
Throws: +
InvalidURIException
+
+
+ +

+CDOURIData

+
+public CDOURIData(URI uri)
+           throws InvalidURIException
+
+
+ +
Throws: +
InvalidURIException
+
+ + + + + + + + +
+Method Detail
+ +

+getScheme

+
+public String getScheme()
+
+
+
+
+
+
+ +

+setScheme

+
+public void setScheme(String scheme)
+
+
+
+
+
+
+ +

+getUserName

+
+public String getUserName()
+
+
+
+
+
+
+ +

+setUserName

+
+public void setUserName(String userName)
+
+
+
+
+
+
+ +

+getPassWord

+
+public String getPassWord()
+
+
+
+
+
+
+ +

+setPassWord

+
+public void setPassWord(String passWord)
+
+
+
+
+
+
+ +

+getAuthority

+
+public String getAuthority()
+
+
+
+
+
+
+ +

+setAuthority

+
+public void setAuthority(String authority)
+
+
+
+
+
+
+ +

+getRepositoryName

+
+public String getRepositoryName()
+
+
+
+
+
+
+ +

+setRepositoryName

+
+public void setRepositoryName(String repositoryName)
+
+
+
+
+
+
+ +

+getResourcePath

+
+public org.eclipse.core.runtime.IPath getResourcePath()
+
+
+
+
+
+
+ +

+setResourcePath

+
+public void setResourcePath(org.eclipse.core.runtime.IPath resourcePath)
+
+
+
+
+
+
+ +

+getBranchPath

+
+public org.eclipse.core.runtime.IPath getBranchPath()
+
+
+
+
+
+
+ +

+setBranchPath

+
+public void setBranchPath(org.eclipse.core.runtime.IPath branchPath)
+
+
+
+
+
+
+ +

+getTimeStamp

+
+public long getTimeStamp()
+
+
+
+
+
+
+ +

+setTimeStamp

+
+public void setTimeStamp(long timeStamp)
+
+
+
+
+
+
+ +

+getViewID

+
+public String getViewID()
+
+
+
Since:
+
4.1
+
+
+
+
+ +

+setViewID

+
+public void setViewID(String viewID)
+
+
+
Since:
+
4.1
+
+
+
+
+ +

+isTransactional

+
+public boolean isTransactional()
+
+
+
+
+
+
+ +

+setTransactional

+
+public void setTransactional(boolean transactional)
+
+
+
+
+
+
+ +

+toURI

+
+public URI toURI()
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others. + + -- cgit v1.2.3