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.classGapTextStoreImplements a gap managing text store.Fields in aQute.bnd.properties declared as ITextStore Modifier and Type Field Description protected ITextStoreCopyOnWriteTextStore. fTextStoreThe underlying "real" text storeConstructors in aQute.bnd.properties with parameters of type ITextStore Constructor Description CopyOnWriteTextStore(ITextStore modifiableTextStore)Creates an empty text store.
-