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 class
CopyOnWriteTextStore
Copy-on-writeITextStore
wrapper.class
GapTextStore
Implements a gap managing text store.Fields in aQute.bnd.properties declared as ITextStore Modifier and Type Field Description protected ITextStore
CopyOnWriteTextStore. fTextStore
The underlying "real" text storeConstructors in aQute.bnd.properties with parameters of type ITextStore Constructor Description CopyOnWriteTextStore(ITextStore modifiableTextStore)
Creates an empty text store.
-