Uses of Interface
aQute.bnd.properties.ITextStore
-
Packages that use ITextStore Package Description aQute.bnd.properties -
-
Uses of ITextStore in aQute.bnd.properties
Classes in aQute.bnd.properties that implement ITextStore Modifier and Type Class Description classCopyOnWriteTextStoreCopy-on-writeITextStorewrapper.private static classCopyOnWriteTextStore.StringTextStoreAn unmodifiable String based text store.classGapTextStoreImplements a gap managing text store.Fields in aQute.bnd.properties declared as ITextStore Modifier and Type Field Description private ITextStoreCopyOnWriteTextStore. fModifiableTextStoreA modifiableITextStoreinstanceprotected ITextStoreCopyOnWriteTextStore. fTextStoreThe underlying "real" text storeprivate ITextStoreDocument. textStoreConstructors in aQute.bnd.properties with parameters of type ITextStore Constructor Description CopyOnWriteTextStore(ITextStore modifiableTextStore)Creates an empty text store.
-