Uses of Interface
de.uplanet.lucy.server.util.IVHFileDescriptor
Packages that use IVHFileDescriptor
Package
Description
-
Uses of IVHFileDescriptor in de.uplanet.lucy.server.dataobjects
Methods in de.uplanet.lucy.server.dataobjects that return IVHFileDescriptor -
Uses of IVHFileDescriptor in de.uplanet.lucy.server.dataobjects.impl
Methods in de.uplanet.lucy.server.dataobjects.impl that return IVHFileDescriptorMethods in de.uplanet.lucy.server.dataobjects.impl with parameters of type IVHFileDescriptorModifier and TypeMethodDescriptionstatic IFileValueHolder
ValueHolderFactory.getValueHolder
(IVHFileDescriptor p_fileDesc) Method parameters in de.uplanet.lucy.server.dataobjects.impl with type arguments of type IVHFileDescriptorModifier and TypeMethodDescriptionstatic IFileValueHolder
ValueHolderFactory.getValueHolder
(Collection<? extends IVHFileDescriptor> p_fileDesc) Constructors in de.uplanet.lucy.server.dataobjects.impl with parameters of type IVHFileDescriptorModifierConstructorDescriptionFileValueHolder
(IVHFileDescriptor p_descriptor) Standard constructor.Constructor parameters in de.uplanet.lucy.server.dataobjects.impl with type arguments of type IVHFileDescriptorModifierConstructorDescriptionFileValueHolder
(Collection<? extends IVHFileDescriptor> p_descriptors) -
Uses of IVHFileDescriptor in de.uplanet.lucy.server.util
Subinterfaces of IVHFileDescriptor in de.uplanet.lucy.server.utilClasses in de.uplanet.lucy.server.util that implement IVHFileDescriptorModifier and TypeClassDescriptionfinal class
Holds the necessary information for theFileValueHolder
.Methods in de.uplanet.lucy.server.util that return types with arguments of type IVHFileDescriptorModifier and TypeMethodDescriptionde.uplanet.util.ReadOnlyIterator
<IVHFileDescriptor> VHFileDescriptors.iterator()