Schnittstelle InternalCDOPackageUnit
- Alle Superschnittstellen:
CDOPackageUnit
,CDOTimeProvider
,Comparable<CDOPackageUnit>
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 2.0
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.common.model.CDOPackageUnit
CDOPackageUnit.State, CDOPackageUnit.Type
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcopy()
void
dispose()
getPackageInfo
(String packageURI) Returns thepackage info
object that describes thepackage
with the given namespace URI, ornull
if this package unit does not contain a package with this URI.Returns allpackage info
objects of the nested package tree structure described by this package unit in depth-first traversal order.Returns the package registry this package unit is managed by.Returns thepackage info
object that describes the top levelpackage
of the nested package tree structure described by this package unit.void
void
load
(boolean resolve) void
load
(InternalCDOPackageRegistry.PackageLoader packageLoader, boolean resolve) void
read
(CDODataInput in, ResourceSet resourceSet) void
setOriginalType
(CDOPackageUnit.Type originalType) void
setPackageInfos
(InternalCDOPackageInfo[] packageInfos) void
setPackageRegistry
(InternalCDOPackageRegistry packageRegistry) void
setState
(CDOPackageUnit.State state) void
setTimeStamp
(long timeStamp) void
write
(CDODataOutput out, boolean withPackages) Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.common.model.CDOPackageUnit
getEPackages, getID, getOriginalType, getState, getTimeStamp, getType, isResource, isSystem
Von Schnittstelle geerbte Methoden java.lang.Comparable
compareTo
-
Methodendetails
-
getPackageRegistry
InternalCDOPackageRegistry getPackageRegistry()Beschreibung aus Schnittstelle kopiert:CDOPackageUnit
Returns the package registry this package unit is managed by.- Angegeben von:
getPackageRegistry
in SchnittstelleCDOPackageUnit
-
setPackageRegistry
-
setState
-
setOriginalType
-
setTimeStamp
void setTimeStamp(long timeStamp) -
getTopLevelPackageInfo
InternalCDOPackageInfo getTopLevelPackageInfo()Beschreibung aus Schnittstelle kopiert:CDOPackageUnit
Returns thepackage info
object that describes the top levelpackage
of the nested package tree structure described by this package unit.- Angegeben von:
getTopLevelPackageInfo
in SchnittstelleCDOPackageUnit
-
getPackageInfo
Beschreibung aus Schnittstelle kopiert:CDOPackageUnit
Returns thepackage info
object that describes thepackage
with the given namespace URI, ornull
if this package unit does not contain a package with this URI.- Angegeben von:
getPackageInfo
in SchnittstelleCDOPackageUnit
-
getPackageInfos
InternalCDOPackageInfo[] getPackageInfos()Beschreibung aus Schnittstelle kopiert:CDOPackageUnit
Returns allpackage info
objects of the nested package tree structure described by this package unit in depth-first traversal order.- Angegeben von:
getPackageInfos
in SchnittstelleCDOPackageUnit
-
setPackageInfos
-
load
void load(boolean resolve) - Seit:
- 4.0
-
load
- Seit:
- 4.0
-
write
- Löst aus:
IOException
- Seit:
- 3.0
-
read
- Löst aus:
IOException
- Seit:
- 3.0
-
copy
InternalCDOPackageUnit copy()- Seit:
- 4.4
-
init
-
dispose
void dispose()
-