Uses of Interface
aQute.bnd.properties.ITextStore
Packages that use ITextStore
-
Uses of ITextStore in aQute.bnd.properties
Classes in aQute.bnd.properties that implement ITextStoreModifier and TypeClassDescriptionclass
Copy-on-writeITextStore
wrapper.private static class
An unmodifiable String based text store.class
Implements a gap managing text store.Fields in aQute.bnd.properties declared as ITextStoreModifier and TypeFieldDescriptionprivate final ITextStore
CopyOnWriteTextStore.fModifiableTextStore
A modifiableITextStore
instanceprotected ITextStore
CopyOnWriteTextStore.fTextStore
The underlying "real" text storeprivate ITextStore
Document.textStore
Constructors in aQute.bnd.properties with parameters of type ITextStoreModifierConstructorDescriptionCopyOnWriteTextStore
(ITextStore modifiableTextStore) Creates an empty text store.