Uses of Interface
aQute.bnd.properties.ITextStore

Packages that use ITextStore
aQute.bnd.properties   
 

Uses of ITextStore in aQute.bnd.properties
 

Classes in aQute.bnd.properties that implement ITextStore
 class CopyOnWriteTextStore
          Copy-on-write ITextStore wrapper.
 class GapTextStore
          Implements a gap managing text store.
 

Fields in aQute.bnd.properties declared as ITextStore
protected  ITextStore CopyOnWriteTextStore.fTextStore
          The underlying "real" text store
 

Constructors in aQute.bnd.properties with parameters of type ITextStore
CopyOnWriteTextStore(ITextStore modifiableTextStore)
          Creates an empty text store.
 



Copyright © 2014 aQute SARL. All rights reserved.