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.private static class
CopyOnWriteTextStore.StringTextStore
An unmodifiable String based text store.class
GapTextStore
Implements a gap managing text store.Fields in aQute.bnd.properties declared as ITextStore Modifier and Type Field Description private 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 ITextStore Constructor Description CopyOnWriteTextStore(ITextStore modifiableTextStore)
Creates an empty text store.
-