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 TypeClassDescriptionclassCopy-on-writeITextStorewrapper.private static classAn unmodifiable String based text store.classImplements a gap managing text store.Fields in aQute.bnd.properties declared as ITextStoreModifier and TypeFieldDescriptionprivate final ITextStoreCopyOnWriteTextStore.fModifiableTextStoreA modifiableITextStoreinstanceprotected ITextStoreCopyOnWriteTextStore.fTextStoreThe underlying "real" text storeprivate ITextStoreDocument.textStoreConstructors in aQute.bnd.properties with parameters of type ITextStoreModifierConstructorDescriptionCopyOnWriteTextStore(ITextStore modifiableTextStore) Creates an empty text store.